Exemplo n.º 1
0
 // Start is called before the first frame update
 void Awake()
 {
     controls = new PlayerxControl();
     controls.Gameplay.Jump.performed += ctx => start = true;
 }
Exemplo n.º 2
0
 public GameplayActions(PlayerxControl wrapper)
 {
     m_Wrapper = wrapper;
 }