예제 #1
0
 internal static void LuaClose(IntPtr luaState)
 {
     LuaInterop.LuaClose(luaState);
 }