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

8 lines
84 B
C#

namespace MoleMole
{
public interface IEvtWithOtherID
{
uint GetOtherID();
}
}