OpenRA.GameInformation.GameInformation C# (CSharp) Method

GameInformation() public method

public GameInformation ( ) : System
return System
        public GameInformation()
        {
            Players = new List<Player>();
            playersByRuntime = new Dictionary<OpenRA.Player, Player>();
        }