Server.Items.CheesePizza.CheesePizza C# (CSharp) Method

CheesePizza() private method

private CheesePizza ( ) : System.Collections.Generic
return 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