diff options
Diffstat (limited to 'Runtime/Lua/LuaObjectProxy.h')
-rw-r--r-- | Runtime/Lua/LuaObjectProxy.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Runtime/Lua/LuaObjectProxy.h b/Runtime/Lua/LuaObjectProxy.h new file mode 100644 index 0000000..e5d1b41 --- /dev/null +++ b/Runtime/Lua/LuaObjectProxy.h @@ -0,0 +1,6 @@ +#pragma once + +// access lua side object's field and methods +class LuaObjectProxy +{ +};
\ No newline at end of file |