MCPcopy Create free account
hub / github.com/codecombat/codecombat /

Class

app/collections/LevelSystems.js:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12module.exports = (LevelSystems = (function () {
13 LevelSystems = class LevelSystems extends CocoCollection {
14 static initClass () {
15 this.prototype.url = '/db/level.system'
16 this.prototype.model = LevelSystem

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected