@return a reference to the selected character
()
| 437 | * @return a reference to the selected character |
| 438 | */ |
| 439 | public ReferenceFacade<CharacterFacade> getSelectedCharacterRef() |
| 440 | { |
| 441 | return currentCharacterRef; |
| 442 | } |
| 443 | |
| 444 | /** |
| 445 | * |
no outgoing calls
no test coverage detected