Files
BH3/Assets/Scripts/Assembly-CSharp/MoleMole/IEvtWithAttackResult.cs
2025-08-13 09:26:42 +08:00

8 lines
102 B
C#

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