(componentName, config)
| 31 | const CocoCollection = require('collections/CocoCollection') |
| 32 | |
| 33 | const LC = (componentName, config) => ({ |
| 34 | original: LevelComponent[componentName + 'ID'], |
| 35 | majorVersion: 0, |
| 36 | config |
| 37 | }) |
| 38 | const DEFAULT_COMPONENTS = { |
| 39 | Unit: [LC('Equips'), LC('FindsPaths')], |
| 40 | Hero: [LC('Equips'), LC('FindsPaths')], |
no outgoing calls
no test coverage detected