()
| 333 | } |
| 334 | |
| 335 | playerIDs () { |
| 336 | const collections = [this.easyPlayer, this.mediumPlayer, this.hardPlayer] |
| 337 | return (collections.filter((c) => c?.models[0]).map((c) => c.models[0].get('creator'))) |
| 338 | } |
| 339 | |
| 340 | allLoaded () { |
| 341 | return _.all([this.easyPlayer.loaded, this.mediumPlayer.loaded, this.hardPlayer.loaded]) |