Changes
Page history
Update Osztály diagram
authored
Feb 26, 2022
by
Horváth István
Show whitespace changes
Inline
Side-by-side
Osztály-diagram.md
View page @
2de79dfd
...
...
@@ -282,7 +282,7 @@ package Presentation.UI {
OnExitClicked(): void
}
class
Ingame
UI {
class
Simulation
UI {
- _gameState: GameState
- _activePlayer: ActivePlayer
Start(): void
...
...
@@ -352,11 +352,11 @@ package Presentation.UI {
event OnResumeClicked()
}
Ingame
UI *-- UnitPurchasingUI
Ingame
UI *-- TowerPlacingUI
Ingame
UI *-- BattleUI
Ingame
UI *-- GameOverOverlay
Ingame
UI *-- PauseOverlay
Simulation
UI *-- UnitPurchasingUI
Simulation
UI *-- TowerPlacingUI
Simulation
UI *-- BattleUI
Simulation
UI *-- GameOverOverlay
Simulation
UI *-- PauseOverlay
}
```
...
...
...
...