Update Osztály diagram authored by Horváth István's avatar Horváth István
...@@ -519,12 +519,12 @@ package Presentatio.UI { ...@@ -519,12 +519,12 @@ package Presentatio.UI {
GameOver GameOver
} }
SimulationUI *-- UIState SimulationUI o-- UIState
SimulationUI *-- UnitDeploymentUI SimulationUI o-- UnitDeploymentUI
SimulationUI *-- TowerPlacingUI SimulationUI o-- TowerPlacingUI
SimulationUI *-- BattleUI SimulationUI o-- BattleUI
SimulationUI *-- GameOverOverlay SimulationUI o-- GameOverOverlay
SimulationUI *-- PauseOverlay SimulationUI o-- PauseOverlay
} }
``` ```
... ...
......