Alexandria.Game.Game C# (CSharp) Method

Game() public method

Initialise the game.
public Game ( AlexandriaPlugin plugin, Engine engine, System.Guid guid ) : System
plugin AlexandriaPlugin
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
        Game(AlexandriaPlugin plugin, Engine engine, Guid? guid)
            : base(plugin)
        {
            this.engine = engine;
            Guid = guid.GetValueOrDefault(GetType().GUID);
        }

Same methods

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