()
| 552 | } |
| 553 | |
| 554 | private static void writeCustomRaces() |
| 555 | { |
| 556 | writeCustomPObjects(customRaceFilePath(true), |
| 557 | Globals.getContext().getReferenceContext().getConstructedCDOMObjects(Race.class).iterator()); |
| 558 | } |
| 559 | |
| 560 | private static void writeCustomSkills() |
| 561 | { |
no test coverage detected