Ejemplo n.º 1
0
 // Animation Event
 void Hit()
 {
     if (target == null)
     {
         return;
     }
     target.GetDamage(damage);
 }