Files
tbd-station-14/Content.Shared/Ghost/Roles/MakeGhostRoleWindowClosedMessage.cs
2022-02-16 18:23:23 +11:00

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
{
}
}