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

Muffins() private method

private Muffins ( ) : System.Collections.Generic
return System.Collections.Generic
		public Muffins() : base( 0x9eb )
		{
			Stackable = false;
			this.Weight = 1.0;
			this.FillFactor = 4;
		}

Same methods

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