Example #1
0
        private void Awake()
        {
            if (_instance != null)
            {
                Destroy(_instance.gameObject);
            }

            _instance = this;
        }
Example #2
0
 public override void ControlGained()
 {
     SmoothCameraController.ChangeTarget(transform);
 }