Update Osztály diagram: Data update authored by Bahil Botond's avatar Bahil Botond
...@@ -95,7 +95,7 @@ package Logic.Data.World{ ...@@ -95,7 +95,7 @@ package Logic.Data.World{
class GameTeam{ class GameTeam{
+ TeamColor(): Color{get} + TeamColor(): Color{get}
+ Barracks(): IReadOnlyCollection<Barrack> + Barracks(): IReadOnlyCollection<Barrack>
+ CastlePos(): TilePosition{get} + Castle(): Castle{get}
+ Money(): int{get} + Money(): int{get}
+ AliveUnitCount(): int{get} + AliveUnitCount(): int{get}
+ PresentTowerCount(): int{get} + PresentTowerCount(): int{get}
...@@ -105,7 +105,6 @@ class GameTeam{ ...@@ -105,7 +105,6 @@ class GameTeam{
} }
GameTeam o-- TilePosition
class GameOverview{ class GameOverview{
+ World(): GameWorld{get} + World(): GameWorld{get}
... ...
......