hch
2025-07-02 e8d63e91d80cc59d7947ad026149c2b752ce9364
1
2
3
4
5
6
7
8
9
10
11
12
package com.secondworld.sdk.utils;
 
/**
 * Created by Administrator on 2018/6/14 0014.
 */
 
public interface StaticDefine {
 
    String UnityGameObjectName = "ynmbxxjUtil";
    String UnityHandleFuncName = "HandleMsgWithSDK";
 
}