Example #1
0
 private void playerAttack(UserInput input, float timeDelta)
 {
     pMove.Attack(input, timeDelta);
 }