Load all data files from a single archive

This commit is contained in:
Andrew Miner
2016-04-27 22:47:44 -07:00
parent 35bb12de6a
commit 7d83552013
7 changed files with 179 additions and 14 deletions
+1
View File
@@ -129,6 +129,7 @@ module.exports = class Mod extends BaseModel
@_modVersions.push modVersion
@listenTo modVersion, c.event.change, => @trigger c.event.change, this
modVersion.fileCache = this.fileCache
modVersion.mod = this
@trigger c.event.add + ':modVersion', modVersion, this