(String tokenSource, PlayerCharacter pc, ExportHandler eh)
| 45 | } |
| 46 | |
| 47 | @Override |
| 48 | public String getToken(String tokenSource, PlayerCharacter pc, ExportHandler eh) |
| 49 | { |
| 50 | return Delta.toString(getACCheckToken(tokenSource, pc)); |
| 51 | } |
| 52 | |
| 53 | /** |
| 54 | * TODO: Rip the processing of this token out of PlayerCharacter |
nothing calls this directly
no test coverage detected