Changes
Page history
Update Osztály diagram: harmonising
authored
Feb 26, 2022
by
Bahil Botond
Show whitespace changes
Inline
Side-by-side
Osztály-diagram.md
View page @
ee3ab08b
...
...
@@ -116,7 +116,7 @@ class RefreshUnitPositionSystem {
}
class UnitDamagesCastleSystem {
- On(UnitMoved
Cell
Event)
- On(UnitMoved
Tile
Event)
}
class TowerDamagesUnitSystem {
...
...
@@ -188,7 +188,7 @@ package Logic.Event.World.Tower {
}
package Logic.Event.World.Unit {
class UnitDeployedEvent
class UnitMoved
Cell
Event
class UnitMoved
Tile
Event
class UnitDamagedEvent
class UnitDestroyedEvent
}
...
...
...
...