예제 #1
0
 void Start()
 {
     usingGun = 0;
     myGun[usingGun].SetActive(true);
     myAniController.animator = myGun[usingGun].GetComponent <Animator>();
     myShootController.WhenGunChange(myGun[usingGun]);
 }