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

Cake() private method

private Cake ( ) : System.Collections.Generic
return System.Collections.Generic
		public Cake() : base( 0x9E9 )
		{
			Stackable = false;
			this.Weight = 1.0;
			this.FillFactor = 10;
		}

Same methods

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