10 lines
219 B
C#
10 lines
219 B
C#
|
|
using SS14.Shared.GameObjects;
|
||
|
|
|
||
|
|
namespace Content.Shared.GameObjects.Components.Markers
|
||
|
|
{
|
||
|
|
public class SharedSpawnPointComponent : Component
|
||
|
|
{
|
||
|
|
public sealed override string Name => "SpawnPoint";
|
||
|
|
}
|
||
|
|
}
|