Server.Multis.SmallOldHouse.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 0x64: return new StonePlasterHouseDeed();
				case 0x66: return new FieldStoneHouseDeed();
				case 0x68: return new SmallBrickHouseDeed();
				case 0x6A: return new WoodHouseDeed();
				case 0x6C: return new WoodPlasterHouseDeed(); 
				case 0x6E: 
				default: return new ThatchedRoofCottageDeed();
			}
		}