mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
chore: replace material dumping with lib recommendation of serializing and deserializing json
This commit is contained in:
@ -3,6 +3,7 @@ ObjCommon = {}
|
||||
function ObjCommon:include(includes)
|
||||
if includes:handle(self:name()) then
|
||||
Common:include(includes)
|
||||
json:include(includes)
|
||||
minizip:include(includes)
|
||||
includedirs {
|
||||
path.join(ProjectFolder(), "ObjCommon")
|
||||
|
Reference in New Issue
Block a user