Grouped ghost roles and jump button (#7300)
This commit is contained in:
@@ -35,6 +35,17 @@ namespace Content.Shared.Ghost.Roles
|
||||
}
|
||||
}
|
||||
|
||||
[NetSerializable, Serializable]
|
||||
public sealed class GhostRoleFollowRequestMessage : EuiMessageBase
|
||||
{
|
||||
public uint Identifier { get; }
|
||||
|
||||
public GhostRoleFollowRequestMessage(uint identifier)
|
||||
{
|
||||
Identifier = identifier;
|
||||
}
|
||||
}
|
||||
|
||||
[NetSerializable, Serializable]
|
||||
public sealed class GhostRoleWindowCloseMessage : EuiMessageBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user