Server.Items.CheesePizza.CheesePizza C# (CSharp) Méthode

CheesePizza() private méthode

private CheesePizza ( ) : System.Collections.Generic
Résultat System.Collections.Generic
		public CheesePizza() : base( 0x1040 )
		{
			Stackable = false;
			this.Weight = 1.0;
			this.FillFactor = 6;
		}

Same methods

CheesePizza::CheesePizza ( Serial serial ) : System.Collections.Generic