()
| 179 | } |
| 180 | |
| 181 | public HashMap<FSkinProp, FSkinImageInterface> images() { |
| 182 | if (images == null) |
| 183 | images = new HashMap<>(); |
| 184 | return images; |
| 185 | } |
| 186 | |
| 187 | public HashMap<Integer, TextureRegion> avatars() { |
| 188 | if (avatars == null) |
no outgoing calls
no test coverage detected