()
| 480 | |
| 481 | class NewAchievementCollection extends CocoCollection { |
| 482 | static initClass () { |
| 483 | this.prototype.model = EarnedAchievement |
| 484 | } |
| 485 | |
| 486 | initialize (me) { |
| 487 | if (me == null) { |
nothing calls this directly
no outgoing calls
no test coverage detected