コード例 #1
0
ファイル: WeaponWcids.cs プロジェクト: LukeStampfli/ACE
 public static WeenieClassName RollTwoHandedWeaponWcid()
 {
     return(TwoHandedWeaponWcids.Roll());
 }
コード例 #2
0
ファイル: WeaponWcids.cs プロジェクト: fartwhif/ACE
 public static WeenieClassName RollTwoHandedWeaponWcid(ref TreasureWeaponType weaponType)
 {
     return(TwoHandedWeaponWcids.Roll(out weaponType));
 }