EtherDuels.Game.View.GameView.GameView C# (CSharp) Method

GameView() public method

Creates a new GameView object.
public GameView ( GameModel gameModel, WorldView worldView ) : System
gameModel EtherDuels.Game.Model.GameModel The assigned GameModel..
worldView WorldView The view of the World.
return System
        public GameView(GameModel gameModel, WorldView worldView)
        {
            this.gameModel = gameModel;
            this.worldView = worldView;
        }