Content update for NetEntities (#18935)
This commit is contained in:
@@ -9,6 +9,6 @@ namespace Content.Shared.Weapons.Ranged.Events;
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class RequestShootEvent : EntityEventArgs
|
||||
{
|
||||
public EntityUid Gun;
|
||||
public EntityCoordinates Coordinates;
|
||||
}
|
||||
public NetEntity Gun;
|
||||
public NetCoordinates Coordinates;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user