コード例 #1
0
 void ResetCombos()
 {
     for (int i = 0; i < currentCombos.Count; i++)
     {
         ComboTypes c = combos[currentCombos[i]];
         c.ResetCombo();
     }
     currentCombos.Clear();
 }