()
| 625 | } |
| 626 | |
| 627 | public static Map<Integer, TextureRegion> getAvatars() { |
| 628 | return Forge.getAssets().avatars(); |
| 629 | } |
| 630 | |
| 631 | public static Map<Integer, TextureRegion> getSleeves() { |
| 632 | return Forge.getAssets().sleeves(); |
no test coverage detected