Update Osztály diagram authored by Horváth István's avatar Horváth István
......@@ -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.
```plantuml
package Presentation.World {
class MaionMenuSimulationSupervisor {}
class MainMenuSimulationSupervisor {}
class Environment {}
class WorldLight {
......
......