Files
tbd-station-14/Content.Shared/Observer/SharedGhostComponent.cs
2020-03-03 19:10:25 +01:00

10 lines
182 B
C#

using Robust.Shared.GameObjects;
namespace Content.Shared.Observer
{
public class SharedGhostComponent : Component
{
public override string Name => "Ghost";
}
}