13 lines
252 B
C#
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
|
|
{
|
|
}
|
|
}
|