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