private void Start() { if (_gun == null) { throw new System.Exception("Gun null exception"); } _controller = JoyStickController.Instance; }
private void Awake() { Instance = this; _transform = transform; }