()
| 468 | } |
| 469 | |
| 470 | getURL () { |
| 471 | if (_.isString(this.url)) { return this.url } else { return this.url() } |
| 472 | } |
| 473 | |
| 474 | static pollAchievements () { |
| 475 | if (utils.isOzaria) { return } // Not needed until/unlesss we start using achievements in Ozaria |
no outgoing calls
no test coverage detected