Add make ghost role verb (#3204)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using Content.Shared.Eui;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.GameObjects.Components.Observer.GhostRoles
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public class MakeGhostRoleWindowClosedMessage : EuiMessageBase
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user