()
| 476 | } |
| 477 | |
| 478 | private static void writeCustomDeities() |
| 479 | { |
| 480 | writeCustomPObjects(customDeityFilePath(true), |
| 481 | Globals.getContext().getReferenceContext().getConstructedCDOMObjects(Deity.class).iterator()); |
| 482 | } |
| 483 | |
| 484 | private static void writeCustomDomains() |
| 485 | { |
no test coverage detected