Update Osztály diagram authored by Horváth István's avatar Horváth István
......@@ -282,7 +282,7 @@ package Presentation.UI {
OnExitClicked(): void
}
class IngameUI {
class SimulationUI {
- _gameState: GameState
- _activePlayer: ActivePlayer
Start(): void
......@@ -352,11 +352,11 @@ package Presentation.UI {
event OnResumeClicked()
}
IngameUI *-- UnitPurchasingUI
IngameUI *-- TowerPlacingUI
IngameUI *-- BattleUI
IngameUI *-- GameOverOverlay
IngameUI *-- PauseOverlay
SimulationUI *-- UnitPurchasingUI
SimulationUI *-- TowerPlacingUI
SimulationUI *-- BattleUI
SimulationUI *-- GameOverOverlay
SimulationUI *-- PauseOverlay
}
```
......
......