Teleport noobs off Arrivals shuttle to spawn (#17189)
This commit is contained in:
@@ -17,6 +17,11 @@ public sealed class SpawnPointComponent : Component
|
||||
public SpawnPointType SpawnType { get; } = SpawnPointType.Unset;
|
||||
|
||||
public JobPrototype? Job => string.IsNullOrEmpty(_jobId) ? null : _prototypeManager.Index<JobPrototype>(_jobId);
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{_jobId} {SpawnType}";
|
||||
}
|
||||
}
|
||||
|
||||
public enum SpawnPointType
|
||||
|
||||
Reference in New Issue
Block a user