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