Exemplo n.º 1
0
 void CheckForInputs()
 {
     Movement.CheckInput();
     Jump.CheckInput();
     Action_1.CheckInput();
     Action_2.CheckInput();
     Action_3.CheckInput();
 }