示例#1
0
 public static WeenieClassName RollTwoHandedWeaponWcid()
 {
     return(TwoHandedWeaponWcids.Roll());
 }
示例#2
0
 public static WeenieClassName RollTwoHandedWeaponWcid(ref TreasureWeaponType weaponType)
 {
     return(TwoHandedWeaponWcids.Roll(out weaponType));
 }