Files
crystall-punk-14/Content.Shared/Ghost/Roles/MakeGhostRoleWindowClosedMessage.cs

12 lines
242 B
C#
Raw Normal View History

using System;
2021-02-16 09:51:27 +01:00
using Content.Shared.Eui;
using Robust.Shared.Serialization;
2021-06-09 22:19:39 +02:00
namespace Content.Shared.Ghost.Roles
2021-02-16 09:51:27 +01:00
{
[Serializable, NetSerializable]
public sealed class MakeGhostRoleWindowClosedMessage : EuiMessageBase
2021-02-16 09:51:27 +01:00
{
}
}