Files
tbd-station-14/Content.Shared/GameObjects/Components/Markers/SharedSpawnPointComponent.cs
2019-04-15 21:11:38 -06:00

10 lines
221 B
C#

using Robust.Shared.GameObjects;
namespace Content.Shared.GameObjects.Components.Markers
{
public class SharedSpawnPointComponent : Component
{
public sealed override string Name => "SpawnPoint";
}
}