示例#1
0
 private void InvokeMethod(string name)
 {
     ILRuntimeInit.Invoke("HotUnity.HotScriptManager", name, this);
 }
示例#2
0
 private void Awake()
 {
     ins = this;
     Init();
 }