Content update for NetEntities (#18935)
This commit is contained in:
@@ -27,13 +27,13 @@ public sealed class GridDragToggleMessage : EntityEventArgs
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class GridDragRequestPosition : EntityEventArgs
|
||||
{
|
||||
public EntityUid Grid;
|
||||
public NetEntity Grid;
|
||||
public Vector2 WorldPosition;
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class GridDragVelocityRequest : EntityEventArgs
|
||||
{
|
||||
public EntityUid Grid;
|
||||
public NetEntity Grid;
|
||||
public Vector2 LinearVelocity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user