Method
getSRToken
Get the value of the SR token for export @param pc @return the value of the SR token for export
(PlayerCharacter pc)
Source from the content-addressed store, hash-verified
| 48 | * @return the value of the SR token for export |
| 49 | */ |
| 50 | public static int getSRToken(PlayerCharacter pc) |
| 51 | { |
| 52 | return pc.getSR(); |
| 53 | } |
| 54 | } |
Tested by
no test coverage detected