mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-11 11:11:50 +00:00
chore: adjust asset data when taking from global asset pools
This commit is contained in:
@@ -10,6 +10,7 @@ function ZoneCommon:include(includes)
|
||||
ObjCommon:include(includes)
|
||||
Parser:include(includes)
|
||||
Cryptography:include(includes)
|
||||
ZoneCode:include(includes)
|
||||
end
|
||||
end
|
||||
|
||||
@@ -21,6 +22,7 @@ function ZoneCommon:link(links)
|
||||
links:linkto(Parser)
|
||||
links:linkto(Utils)
|
||||
links:linkto(lzx)
|
||||
ZoneCode:use()
|
||||
end
|
||||
|
||||
function ZoneCommon:use()
|
||||
|
||||
Reference in New Issue
Block a user