Re-organize all projects (#4166)
This commit is contained in:
10
Content.Shared/Markers/SharedSpawnPointComponent.cs
Normal file
10
Content.Shared/Markers/SharedSpawnPointComponent.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
#nullable enable
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Shared.Markers
|
||||
{
|
||||
public class SharedSpawnPointComponent : Component
|
||||
{
|
||||
public sealed override string Name => "SpawnPoint";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user