상속: UnityEngine.MonoBehaviour
예제 #1
0
 void Start()
 {
     _gun = GetComponent<BaseGun>();
 }