예제 #1
0
 public void ApplyKnockBack(float power, Vector2 dir)
 {
     // Setting the Player State
     pState.StunUnit(power);
     StartCoroutine("KnockBack", dir);
 }