Update Class Diagram authored by Karikó Csongor Csanád's avatar Karikó Csongor Csanád
......@@ -556,14 +556,19 @@ class View.GameConfig {
}
class View.GameManager {
- config : GameConfig
- gameConfig : GameConfig
- tickInterval : float
- isPaused : bool
- tickCount : long
- targetFrameRate : int
- uiManager : UIManager
- gridScale : float
- buildings : BuildingConfig[]
- simulation : Model.Simulation
- visitorPrefab : GameObject
- visitorPrefab : GameObject
- visitorPrefab : GameObject
- GetObjectBlueprints() : Model.IMapObjectBlueprint[]
+ SetSimulationSpeed(int)
+ Tick() : IEnumerator
......
......