Exemple #1
0
 public static void Send(string func_name, float value)
 {
     TsMgr.EvalAction(func_name, value);
 }
Exemple #2
0
 // Start is called before the first frame update
 void Start()
 {
     TsMgr.Init();
 }
Exemple #3
0
 public static void Send(string func_name, GameObject value)
 {
     TsMgr.EvalAction(func_name, value);
 }