예제 #1
0
 /// <summary>
 /// Destroys used chip miniature on battle guide slot
 /// </summary>
 /// <param name="chipSlot">Chip used:
 /// 1: A - key Q
 /// 2: B - key W
 /// 3: X - key E
 /// 4: Y - key R
 /// </param>
 public void DestroyChipBattleScreen(int chipSlot)
 {
     battleHud.BattleChipDestroyGuide(chipSlot);
 }