OpenRA.MapPlayers.MapPlayers C# (CSharp) Method

MapPlayers() public method

public MapPlayers ( ) : System.Collections.Generic
return System.Collections.Generic
        public MapPlayers()
            : this(new List<MiniYamlNode>())
        {
        }

Same methods

MapPlayers::MapPlayers ( IEnumerable playerDefinitions ) : System.Collections.Generic
MapPlayers::MapPlayers ( OpenRA.Ruleset rules, int playerCount ) : System.Collections.Generic