Files
tbd-station-14/Content.Server/Ghost/GhostBooEvent.cs
2022-02-16 18:23:23 +11:00

10 lines
145 B
C#

using Robust.Shared.GameObjects;
namespace Content.Server.Ghost
{
public sealed class GhostBooEvent : HandledEntityEventArgs
{
}
}