Server.Items.Cake.Cake C# (CSharp) Метод

Cake() приватный Метод

private Cake ( ) : System.Collections.Generic
Результат 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