Files
crystall-punk-14/Content.Shared/Ghost/Roles/MakeGhostRoleWindowClosedMessage.cs
2021-06-09 22:19:39 +02:00

13 lines
252 B
C#

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