コード例 #1
0
 private static void SetSpeicalDice(Dice[] dices)
 {
     if (StartController.GetCurrentDiceType() == Constants.MaldivesDice)
     {
         dices[Random.Range(0, 6)].EffectMaldivesDice();
     }
 }