(LoadContext context, PointBuyCost pbc)
| 49 | } |
| 50 | |
| 51 | @Override |
| 52 | public String[] unparse(LoadContext context, PointBuyCost pbc) |
| 53 | { |
| 54 | return new String[]{String.valueOf(pbc.getBuyCost())}; |
| 55 | } |
| 56 | |
| 57 | @Override |
| 58 | public Class<PointBuyCost> getTokenClass() |
nothing calls this directly
no test coverage detected