()
| 185 | } |
| 186 | |
| 187 | public HashMap<Integer, TextureRegion> avatars() { |
| 188 | if (avatars == null) |
| 189 | avatars = new HashMap<>(); |
| 190 | return avatars; |
| 191 | } |
| 192 | |
| 193 | public HashMap<Integer, TextureRegion> sleeves() { |
| 194 | if (sleeves == null) |
no outgoing calls
no test coverage detected