Changes
Page history
Update Osztály diagram
authored
Feb 26, 2022
by
Horváth István
Show whitespace changes
Inline
Side-by-side
Osztály-diagram.md
View page @
16499212
...
...
@@ -131,7 +131,7 @@ Color <-- GameOverview
# `Presentation.World` komponens (játéktér megjelenés)
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.
View
{
package Presentation.
World
{
enum PrepareStage {
BUILDING_TOWERS
PURCHASING_UNITS
...
...
...
...