(CharacterDisplay display, int moveIndex)
| 90 | } |
| 91 | |
| 92 | public static String getSquaresToken(CharacterDisplay display, int moveIndex) |
| 93 | { |
| 94 | return Integer.toString( |
| 95 | (int) (display.getMovementValues().get(moveIndex).getWeight() / SettingsHandler.getGameAsProperty().get().getSquareSize())); |
| 96 | } |
| 97 | } |
no test coverage detected