AIsOfCatan.API.Harbor.Harbor C# (CSharp) Method

Harbor() public method

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