(final SubClass sClass)
| 541 | * construction of the PCClassLevel |
| 542 | */ |
| 543 | public final void addSubClass(final SubClass sClass) |
| 544 | { |
| 545 | sClass.put(ObjectKey.LEVEL_HITDIE, get(ObjectKey.LEVEL_HITDIE)); |
| 546 | addToListFor(ListKey.SUB_CLASS, sClass); |
| 547 | } |
| 548 | |
| 549 | /* |
| 550 | * PCCLASSONLY This is really an item that the PCClass knows, and then the |
no test coverage detected