AIsOfCatan.API.Tile.Tile C# (CSharp) Méthode

Tile() public méthode

public Tile ( Terrain terrain, int value ) : System
terrain Terrain
value int
Résultat System
        public Tile(Terrain terrain, int value)
        {
            this.Terrain = terrain;
            this.Value = value;
        }