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

BattleAxe() private method

private BattleAxe ( )
		public BattleAxe() : base( 0xF47 )
		{
			Weight = 4.0;
			Layer = Layer.TwoHanded;
		}

Same methods

BattleAxe::BattleAxe ( Serial serial )