Missing meteor presets (#29044)
* add meteors into missing game presets * changes for real * implement code * this too
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user