private void Start() { m_audioSource = GetComponent <AudioSource>(); m_playerAnimator = GetComponent <Animator>(); objectPooler = ObjectPoolers.Instance; }
private void Awake() { Instance = this; }