namespace MoleMole { public interface IEvtWithAttackResult { AttackResult GetAttackResult(); } }