(LoadContext context, KitSkill kitSkill)
| 60 | } |
| 61 | |
| 62 | @Override |
| 63 | public String[] unparse(LoadContext context, KitSkill kitSkill) |
| 64 | { |
| 65 | CDOMReference<PCClass> ref = kitSkill.getPcclass(); |
| 66 | if (ref == null) |
| 67 | { |
| 68 | return null; |
| 69 | } |
| 70 | return new String[]{ref.getLSTformat(false)}; |
| 71 | } |
| 72 | } |
nothing calls this directly
no test coverage detected