Beispiel #1
0
 internal static void LuaReplace(IntPtr luaState, int index)
 {
     LuaInterop.LuaReplace(luaState, index);
 }