Esempio n. 1
0
 public static void Arith(LuaStatePtr l, ArithmeticOp op)
 {
     LuaDelegates.lua_arith(l, (int)op);
 }