adds examinable text for address to some device networked entities (#11455)

This commit is contained in:
Flipp Syder
2022-09-22 12:00:54 -07:00
committed by GitHub
parent 5464e8a0d7
commit b6a548fb97
7 changed files with 28 additions and 0 deletions

View File

@@ -80,6 +80,13 @@ namespace Content.Server.DeviceNetwork.Components
[DataField("receiveAll")]
public bool ReceiveAll;
/// <summary>
/// If the device should show its address upon an examine. Useful for devices
/// that do not have a visible UI.
/// </summary>
[DataField("examinableAddress")]
public bool ExaminableAddress;
/// <summary>
/// Whether the device should attempt to join the network on map init.
/// </summary>