2019-04-15 21:11:38 -06:00
|
|
|
using Robust.Shared.GameObjects;
|
2019-03-17 15:52:27 +01:00
|
|
|
|
2021-06-09 22:19:39 +02:00
|
|
|
namespace Content.Shared.Markers
|
2019-03-17 15:52:27 +01:00
|
|
|
{
|
2022-02-16 00:23:23 -07:00
|
|
|
[Virtual]
|
2019-03-17 15:52:27 +01:00
|
|
|
public class SharedSpawnPointComponent : Component
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|