Exemplo n.º 1
0
        public object Clone()
        {
            GameMap gameMap = new GameMap(Height, Width);

            gameMap.PlayerCurrentCoordinates = PlayerCurrentCoordinates;
            gameMap.SetLoadsPosition(LoadsPosition);
            return(gameMap);
        }