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

StrongBackpack() private method

private StrongBackpack ( ) : System.Collections.Generic
return System.Collections.Generic
		public StrongBackpack()
		{
			Layer = Layer.Backpack;
			Weight = 13.0;
		}

Same methods

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