Update Osztály diagram authored by Horváth István's avatar Horváth István
......@@ -427,18 +427,11 @@ package Presentation.World {
# `Presentation.UI` komponens (felhasználói felület)
```plantuml
package Presentation.UI {
package Presentatio.UI {
class MainMenu {
}
class SimulationUI {
+ TopPanel: string { constant }
+ NextButton: string { constant }
+ BudgetText: string { constant }
+ BottomPanel: string { constant }
+ teamRedColor: Color
+ teamBlueColor: Color
+ event OnTowerSelected: Action<Tower>
+ event OnBuildingPossibleChanges: Action<GameTeam>
+ event OnBarrackSelected: Action<Barrack>
......@@ -473,7 +466,7 @@ package Presentation.UI {
+ SetupCards(): void
+ SetActivePlayer(Logic.Data.Color): void
+ SetPlayerMoney(Color, int): void
+ OnUnitBough(): void
+ UpdateBoughtUnitCount(UnitTypeData): void
+ UpdateUnitStatistics(GameTeam): void
+ event OnUnitPurchased: Action<UnitTypeData>
......
......