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