Add placeholder ghost UI, ghost component
This commit is contained in:
9
Content.Shared/Observer/SharedGhostComponent.cs
Normal file
9
Content.Shared/Observer/SharedGhostComponent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Shared.Observer
|
||||
{
|
||||
public class SharedGhostComponent : Component
|
||||
{
|
||||
public override string Name => "Ghost";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user