Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Version 2 Détaillée
authored
May 30, 2024
by
Paul Beaujouan
Show whitespace changes
Inline
Side-by-side
Version-2-Détaillée.md
View page @
03f9e073
...
...
@@ -206,12 +206,6 @@ class BattleHUD {
+ chooseOption(option: Move)
}
class House {
- objects: List<Object>
+ enterHouse()
+ exitHouse()
+ checkCollision(player: Player): boolean
}
...
...