Server.Mobiles.Bowyer.Bowyer C# (CSharp) Method

Bowyer() private method

private Bowyer ( ) : System.Collections.Generic
return System.Collections.Generic
		public Bowyer() : base( "the bowyer" )
		{
			SetSkill( SkillName.Fletching, 80.0, 100.0 );
			SetSkill( SkillName.Archery, 80.0, 100.0 );
		}

Same methods

Bowyer::Bowyer ( Server.Serial serial ) : System.Collections.Generic