Beispiel #1
0
 private void Awake()
 {
     m_controlManager = PlayerControlManager.instance;
 }
Beispiel #2
0
 private void Awake()
 {
     PlayerControlManager.instance = this;
 }