RandomChoice() static public method

static public RandomChoice ( int itemID1, int itemID2 ) : int
itemID1 int
itemID2 int
return int
コード例 #1
0
ファイル: Cooking.cs プロジェクト: StoryOfTheBard/UOLegends
 public SackFlourOpen() : base(UtilityItem.RandomChoice(0x1046, 0x103a))
 {
     Weight = 1.0;
 }
コード例 #2
0
 public SackFlourOpen() : base(UtilityItem.RandomChoice(0x1046, 0x103a))
 {
     Weight    = 1.0;
     ItemValue = ItemValue.Common;
 }