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