コード例 #1
0
 public void ExcaliburBtn(int a)
 {
     if (saber)
     {
         saber.ExCaliburSet(a);
     }
     saberUI.SetActive(false);
 }