use of pcgen.core.WeaponProf in project pcgen by PCGen.
the class NaturalWeaponProfFacetTest method getObject.
@Override
protected WeaponProf getObject() {
WeaponProf wp = new WeaponProf();
wp.setName("WP" + n++);
return wp;
}
Aggregations