Changes
Page history
Update Osztály diagram
authored
Feb 26, 2022
by
Bahil Botond
Hide whitespace changes
Inline
Side-by-side
Osztály-diagram.md
View page @
b0566184
...
...
@@ -5,7 +5,7 @@ Az alábbi diagrammok értelmezéséhez az [Architecture](Architecture) dokument
```
plantuml
package Logic.Data{
package Logic.World{
package Logic.
Data.
World{
interface ITowerTypeData{
+ Name(): String{get}
...
...
@@ -60,7 +60,7 @@ package Logic.World{
Tower "1" o-- ITowerTypeData
}
package Logic.Unit{
package Logic.
Data.
Unit{
abstract Unit{
...
...
...
...