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

12 lines
133 B
C#

namespace MoleMole
{
public interface IEvtWithRemoteID
{
uint GetChannelID();
uint GetSenderID();
uint GetRemoteID();
}
}