Alexandria.Game.Game C# (CSharp) Method

Game() public method

Initialise the game.
public Game ( Engine engine, System.Guid guid ) : System
engine Engine
guid System.Guid The that uniquely identifies the or null to use the of this . If a given class supports multiple games, the must be unique.
return System
        public Game(Engine engine, Guid? guid)
            : this((AlexandriaPlugin)engine.Plugin, engine, guid)
        {
        }

Same methods

Game::Game ( AlexandriaPlugin plugin, Engine engine, System.Guid guid ) : System
Game::Game ( AlexandriaPlugin plugin, System.Guid guid ) : System