()
| 459 | private List<String> tokens = Collections.emptyList(); |
| 460 | |
| 461 | public List<String> getTokens() { |
| 462 | return tokens; |
| 463 | } |
| 464 | |
| 465 | public int getHand() { return deltaHand; } |
| 466 | public int getLife() { return deltaLife; } |
no outgoing calls
no test coverage detected