Ejemplo n.º 1
0
 public static void Send(string func_name, float value)
 {
     LuaMgr.GetInPath(func_name, value);
 }
Ejemplo n.º 2
0
 // Start is called before the first frame update
 void Start()
 {
     LuaMgr.Init();
 }