(String tokenSource, PlayerCharacter pc, ExportHandler eh)
| 37 | } |
| 38 | |
| 39 | @Override |
| 40 | public String getToken(String tokenSource, PlayerCharacter pc, ExportHandler eh) |
| 41 | { |
| 42 | return String.valueOf(getSRToken(pc)); |
| 43 | } |
| 44 | |
| 45 | /** |
| 46 | * Get the value of the SR token for export |
nothing calls this directly
no test coverage detected