Simplify Player and Symmetry options.
Player now specifies the total player count, and the Symmetry options adjust to show only valid options.
This commit is contained in:
committed by
Gustas Kažukauskas
parent
31154e3d2d
commit
cf11c6633e
@@ -980,6 +980,8 @@ namespace OpenRA.Mods.Common.Traits
|
||||
/// <summary>Returns the options that allow users to customise the result.</summary>
|
||||
List<MapGeneratorOption> Options { get; }
|
||||
|
||||
int PlayerCount { get; }
|
||||
|
||||
void Randomize(MersenneTwister random);
|
||||
|
||||
/// <summary>Merge all choices into a complete settings MiniYaml.</summary>
|
||||
|
||||
Reference in New Issue
Block a user