Changes
Page history
Update Osztály diagram: Data update
authored
Feb 26, 2022
by
Bahil Botond
Show whitespace changes
Inline
Side-by-side
Osztály-diagram.md
View page @
fc18a2ac
...
...
@@ -95,9 +95,17 @@ class GameTeam{
+ BuiltTowerCount(): int{get}
}
GameTeam o-- TilePosition
enum Phase{
class GameOverview{
GetTeam(Color): GameTeam{get}
CurrentPhase(): GamePhase{get}
}
GameOverview o-- GameTeam
enum GamePhase{
PREPARE
FIGHT
}
...
...
@@ -109,13 +117,12 @@ enum Color{
}
```
# `Presentation.World` komponens (játéktér megjelenés)
```
plantuml
package Presentation.
World
{
package Presentation.
View
{
enum PrepareStage {
BUILDING_TOWERS
PURCHASING_UNITS
...
...
...
...