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

8 lines
94 B
C#

namespace MoleMole
{
public interface IEvtWithAnimEventID
{
string GetAnimEventID();
}
}