Extended access system (#8469)
* Extended access system Allows jobs to specify "extended" access levels, which will be granted if the round-start crew count is below a certain threshold. * Extended accesses for jobs * Spook
This commit is contained in:
committed by
GitHub
parent
c5982e0b10
commit
a4685bab4c
@@ -27,6 +27,11 @@ public sealed class StationJobsComponent : Component
|
||||
/// </summary>
|
||||
[DataField("totalJobs")] public int TotalJobs;
|
||||
|
||||
/// <summary>
|
||||
/// Station is running on extended access.
|
||||
/// </summary>
|
||||
[DataField("extendedAccess")] public bool ExtendedAccess;
|
||||
|
||||
/// <summary>
|
||||
/// The percentage of jobs remaining.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user