mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
Move XChunk processors to ZoneCommon
This commit is contained in:
@ -9,12 +9,14 @@ function ZoneCommon:include(includes)
|
||||
Common:include(includes)
|
||||
ObjCommon:include(includes)
|
||||
Parser:include(includes)
|
||||
Crypto:include(includes)
|
||||
end
|
||||
end
|
||||
|
||||
function ZoneCommon:link(links)
|
||||
links:add(self:name())
|
||||
links:linkto(Common)
|
||||
links:linkto(Crypto)
|
||||
links:linkto(ObjCommon)
|
||||
links:linkto(Parser)
|
||||
links:linkto(Utils)
|
||||
|
Reference in New Issue
Block a user