Exemple #1
0
    // end movement for game engine and then IHM
    public void endDeplacementIHM()
    {
        int boardExitVP = associatedCharacter.endDeplacement();

        endDeplacementIHMOnly(boardExitVP);
    }