12 lines
266 B
C#
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
|
|
{
|
|
}
|
|
}
|