Example #1
0
 // Use this for initialization
 protected override void Awake()
 {
     base.Awake();
     CameraFocus.SetTarget(this.gameObject);
     _currentWeapon = weapons [0];
     _currentWeapon.SetActive(true);
 }