Update Osztály diagram authored by Horváth István's avatar Horváth István
...@@ -242,7 +242,7 @@ Color <-- IGameOverview ...@@ -242,7 +242,7 @@ Color <-- IGameOverview
Minden osztály, ami `...Data` elnevezéssel rendelkezik, az a `ScriptableObject`-ből, minden más osztály pedig a `MonoBehaviour`-ből származik le. Minden osztály, ami `...Data` elnevezéssel rendelkezik, az a `ScriptableObject`-ből, minden más osztály pedig a `MonoBehaviour`-ből származik le.
```plantuml ```plantuml
package Presentation.World { package Presentation.World {
class MaionMenuSimulationSupervisor {} class MainMenuSimulationSupervisor {}
class Environment {} class Environment {}
class WorldLight { class WorldLight {
... ...
......