Spawn point system.
Hey we can place spawn points on the map now instead of hardcoding them! Spawn points are simply invisible bare bones entities.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using SS14.Shared.GameObjects;
|
||||
|
||||
namespace Content.Shared.GameObjects.Components.Markers
|
||||
{
|
||||
public class SharedSpawnPointComponent : Component
|
||||
{
|
||||
public sealed override string Name => "SpawnPoint";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user