Missing meteor presets (#29044)

* add meteors into missing game presets

* changes for real

* implement code

* this too
This commit is contained in:
Nemanja
2024-06-16 15:37:43 -04:00
committed by GitHub
parent 31d155dfe0
commit 5e50bd83d6
6 changed files with 26 additions and 6 deletions

View File

@@ -23,6 +23,13 @@ public sealed partial class GameRuleComponent : Component
[DataField]
public int MinPlayers;
/// <summary>
/// If true, this rule not having enough players will cancel the preset selection.
/// If false, it will simply not run silently.
/// </summary>
[DataField]
public bool CancelPresetOnTooFewPlayers = true;
/// <summary>
/// A delay for when the rule the is started and when the starting logic actually runs.
/// </summary>