Files
tbd-station-14/Content.Shared/Ghost/Roles/MakeGhostRoleWindowClosedMessage.cs
2022-05-13 17:59:03 +10:00

11 lines
228 B
C#

using Content.Shared.Eui;
using Robust.Shared.Serialization;
namespace Content.Shared.Ghost.Roles
{
[Serializable, NetSerializable]
public sealed class MakeGhostRoleWindowClosedMessage : EuiMessageBase
{
}
}