Adds a component to require an entity to be powered to receive DeviceNetwork packets. (#11390)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Content.Server.DeviceNetwork.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Component that indicates that this device networked entity requires power
|
||||
/// in order to receive a packet. Having this component will cancel all packet events
|
||||
/// if the entity is not powered.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class DeviceNetworkRequiresPowerComponent : Component
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user