Files
tbd-station-14/Content.Shared/GameObjects/Components/Observer/GhostRoles/MakeGhostRoleWindowClosedMessage.cs
2021-02-16 09:51:27 +01:00

12 lines
266 B
C#

using System;
using Content.Shared.Eui;
using Robust.Shared.Serialization;
namespace Content.Shared.GameObjects.Components.Observer.GhostRoles
{
[Serializable, NetSerializable]
public class MakeGhostRoleWindowClosedMessage : EuiMessageBase
{
}
}