Conditional map support (#5868)

Co-authored-by: E F R <602406+Efruit@users.noreply.github.com>
Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>
This commit is contained in:
Moony
2021-12-23 12:38:14 -06:00
committed by GitHub
parent e2bcf619d1
commit c06ee05461
4 changed files with 39 additions and 1 deletions

View File

@@ -66,6 +66,9 @@ public class GameMapPrototype : IPrototype
[DataField("votable")]
public bool Votable { get; } = true;
[DataField("conditions")]
public List<GameMapCondition> Conditions { get; } = new();
/// <summary>
/// Jobs used at round start should the station run out of job slots.
/// Doesn't necessarily mean the station has infinite slots for the given jobs midround!