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

SausagePizza() private method

private SausagePizza ( ) : System.Collections.Generic
return System.Collections.Generic
		public SausagePizza() : base( 0x1040 )
		{
			Stackable = false;
			this.Weight = 1.0;
			this.FillFactor = 6;
		}

Same methods

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