예제 #1
0
 /// <summary>
 /// Sets selected chip on the selection guide slot
 /// </summary>
 /// <param name="chipSlot">Button pressed:
 /// 1: A - key Q
 /// 2: B - key W
 /// 3: X - key E
 /// 4: Y - key R
 /// </param>
 public void SetChipSelectionScreen(int chipSlot)
 {
     battleHud.SelectionGuideSetChipSlot(chipSlot);
 }