Content update for NetEntities (#18935)
This commit is contained in:
@@ -27,9 +27,9 @@ public sealed partial class InteractionRelayComponent : Component
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class InteractionRelayComponentState : ComponentState
|
||||
{
|
||||
public EntityUid? RelayEntity;
|
||||
public NetEntity? RelayEntity;
|
||||
|
||||
public InteractionRelayComponentState(EntityUid? relayEntity)
|
||||
public InteractionRelayComponentState(NetEntity? relayEntity)
|
||||
{
|
||||
RelayEntity = relayEntity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user