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