Changes
Page history
Update Osztály diagram: add missing () to property
authored
Feb 26, 2022
by
Sárközi Gergely János
Show whitespace changes
Inline
Side-by-side
Osztály-diagram.md
View page @
f58ee5f6
...
...
@@ -365,7 +365,7 @@ package Logic.Event.World.Unit {
```
plantuml
package Logic.Event.World.Castle {
interface ICastleEvent {
Castle: Castle { get }
Castle
()
: Castle { get }
}
class CastleDamagedEvent implements ICastleEvent {
...
...
...
...