Server.Multis.SmallShop.GetDeed C# (CSharp) Méthode

GetDeed() public méthode

public GetDeed ( ) : HouseDeed
Résultat Server.Multis.Deeds.HouseDeed
        public override HouseDeed GetDeed()
        {
            switch (ItemID)
            {
                case 0xA0: return new StoneWorkshopDeed();
                case 0xA2:
                default: return new MarbleWorkshopDeed();
            }
        }