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

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

private CheesePizza ( ) : System.Collections.Generic
Результат System.Collections.Generic
		public CheesePizza() : base( 0x1040 )
		{
			Stackable = false;
			this.Weight = 1.0;
			this.FillFactor = 6;
		}

Same methods

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