Files
tbd-station-14/Content.Shared/Ghost/Roles/MakeGhostRoleWindowClosedMessage.cs
2021-07-16 17:37:09 -07:00

12 lines
235 B
C#

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