()
| 77 | |
| 78 | class CampaignsCollection extends CocoCollection { |
| 79 | static initClass () { |
| 80 | // We don't send all of levels, just the parts needed in countLevels |
| 81 | this.prototype.url = '/db/campaign/-/overworld?project=slug,adjacentCampaigns,name,fullName,description,i18n,color,levels' |
| 82 | this.prototype.model = Campaign |
| 83 | } |
| 84 | } |
| 85 | CampaignsCollection.initClass() |
| 86 |
nothing calls this directly
no outgoing calls
no test coverage detected