Beispiel #1
0
 void OnInputJump(PlayerInputData data)
 {
     Debug.Log("Call OnInputJump.");
     Debug.Log(data.ToString());
 }
Beispiel #2
0
 void OnInputAttack(PlayerInputData data)
 {
     Debug.Log("Call OnInputAttack.");
     Debug.Log(data.ToString());
 }