private void Awake() { m_controlManager = PlayerControlManager.instance; }
private void Awake() { PlayerControlManager.instance = this; }