Example #1
0
 public void Enemyattack()
 {
     anims.SetBool("Attack", true);
     pp.Dapush();
     Invoke("Resett", 0.5f);
 }