Ejemplo n.º 1
0
 internal static void LuaPushNil(IntPtr luaState)
 {
     LuaInterop.LuaPushNil(luaState);
 }