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

FruitPie() private method

private FruitPie ( ) : System.Collections.Generic
return System.Collections.Generic
		public FruitPie() : base( 0x1041 )
		{
			Stackable = false;
			this.Weight = 1.0;
			this.FillFactor = 5;
		}

Same methods

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