Delta-v/Content.Shared/Ghost/Roles/MakeGhostRoleWindowClosedMe...

12 lines
242 B
C#

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