Example #1
0
        public WPFLocalPlayer(byte PlayerId, Game game, window.GameWindow gameWindow) : base(PlayerId, game)
        {
            window = gameWindow;

            InitCityEvents();
            InitHotkeys(window);
        }
Example #2
0
        //---------------------------------------------- Properties ----------------------------------------------


        //---------------------------------------------- Ctor ----------------------------------------------
        public WPFOutput(Game game, window.GameWindow gameWindow) : base(game)
        {
            window = gameWindow;

            InitWindow();
            InitCityEvents();
            InitGameMapGrids();
        }