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

Backpack() private method

private Backpack ( ) : System.Collections.Generic
return System.Collections.Generic
		public Backpack() : base( 0xE75 )
		{
			Layer = Layer.Backpack;
			Weight = 3.0;
		}

Same methods

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