public void SendDamage(Chara target, AttackInfo attackInfo) { if (false == IsEnemy(target)) { return; } target.ReceiveDamage(attackInfo); }