コード例 #1
0
ファイル: RunePanel.cs プロジェクト: tuita520/RL_CardGame
 public void Btn_compose_cancel()
 {
     for (int i = 0; i < ComposeMaterialSlots.Length; i++)
     {
         simpleSlotSet slot = ComposeMaterialSlots[i];
         slot.initRune(null);
     }
     refreshPage();
 }