()
| 470 | } |
| 471 | |
| 472 | private static void writeCustomClasses() |
| 473 | { |
| 474 | writeCustomPObjects(customClassFilePath(true), |
| 475 | Globals.getContext().getReferenceContext().getConstructedCDOMObjects(PCClass.class).iterator()); |
| 476 | } |
| 477 | |
| 478 | private static void writeCustomDeities() |
| 479 | { |
no test coverage detected