Ejemplo n.º 1
0
 /// <summary>
 /// 动画事件
 /// </summary>
 private void HitTarget()
 {
     target.TakingDamage(this, stats.attack);
 }