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

Harbor() public méthode

public Harbor ( HarborType type, Edge position ) : System
type HarborType
position Edge
Résultat System
        public Harbor(HarborType type, Edge position)
        {
            this.Type = type;
            this.Position = position;
        }
Harbor