Content update for NetEntities (#18935)
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Content.Shared.Tabletop.Events
|
||||
/// <summary>
|
||||
/// The UID of the entity being moved.
|
||||
/// </summary>
|
||||
public EntityUid MovedEntityUid { get; }
|
||||
public NetEntity MovedEntityUid { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The new coordinates of the entity being moved.
|
||||
@@ -24,9 +24,9 @@ namespace Content.Shared.Tabletop.Events
|
||||
/// <summary>
|
||||
/// The UID of the table the entity is being moved on.
|
||||
/// </summary>
|
||||
public EntityUid TableUid { get; }
|
||||
public NetEntity TableUid { get; }
|
||||
|
||||
public TabletopMoveEvent(EntityUid movedEntityUid, MapCoordinates coordinates, EntityUid tableUid)
|
||||
public TabletopMoveEvent(NetEntity movedEntityUid, MapCoordinates coordinates, NetEntity tableUid)
|
||||
{
|
||||
MovedEntityUid = movedEntityUid;
|
||||
Coordinates = coordinates;
|
||||
|
||||
Reference in New Issue
Block a user