Exemplo n.º 1
0
 public static void pushValue(IntPtr l, LuaCSFunction f)
 {
     LuaState.pushcsfunction(l, f);
 }