void Awake()
 {
     Debug.Log(controls);
     controls = new PlayerHubInput();
     Debug.Log(controls);
     controls.Player.SetCallbacks(this);
     playerLevelManager = new PlayerLevelManager(levelScale);
 }
Exemple #2
0
 public PlayerActions(PlayerHubInput wrapper)
 {
     m_Wrapper = wrapper;
 }