Esempio n. 1
0
 public void OnEnable()
 {
     if (controls == null)
     {
         controls = new TeamControls();
     }
     controls.Team.Enable();
 }
Esempio n. 2
0
 public void OnEnable()
 {
     if (controls == null)
     {
         controls = new TeamControls();
         // Tell the "gameplay" action map that we want to get told about
         // when actions get triggered.
         //controls.Team1.SetCallbacks(this);
     }
     controls.Team.Enable();
 }