lcy
2025-10-22 524fb77b407ac22e8b14df0360945e5b8064cd34
1
2
3
4
5
6
7
8
9
10
11
 
public class ynmbxxjUtil : SingletonMonobehaviour<ynmbxxjUtil>
{
    public void HandleMsgWithSDK(string jsonString)
    {
        SDKUtils.Instance.HandleMsgWithSDK(jsonString);
    }
 
    public void Init()
    { }
}