예제 #1
0
 public void AttackLand()
 {
     MeeleAttack.MakeMeeleAttack(attackDamage, cCollider.radius * transform.lossyScale.x, transform.position + transform.forward * cCollider.radius * 2 * transform.lossyScale.x, health, attackForce * rb.mass, "Enemy");
 }