Content update for NetEntities (#18935)
This commit is contained in:
@@ -11,9 +11,9 @@ namespace Content.Shared.CrewManifest;
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class RequestCrewManifestMessage : EntityEventArgs
|
||||
{
|
||||
public EntityUid Id { get; }
|
||||
public NetEntity Id { get; }
|
||||
|
||||
public RequestCrewManifestMessage(EntityUid id)
|
||||
public RequestCrewManifestMessage(NetEntity id)
|
||||
{
|
||||
Id = id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user