コード例 #1
0
 void Change(bool a, bool b)
 {
     ShieldMode.SetActive(a);
     ShootMode.SetActive(b);
     //if (StartCOUNT) oCount = 30;
 }