Changes
Page history
Update Osztály diagram: add unit/castle destroyed events
authored
Feb 26, 2022
by
Sárközi Gergely János
Show whitespace changes
Inline
Side-by-side
Osztály-diagram.md
View page @
8c4373b2
...
@@ -152,11 +152,13 @@ package Logic.Event.World.Turret {
...
@@ -152,11 +152,13 @@ package Logic.Event.World.Turret {
}
}
package Logic.Event.World.Unit {
package Logic.Event.World.Unit {
class UnitDeployedEvent
class UnitDeployedEvent
class UnitDamagedEvent
class UnitMovedCellEvent
class UnitMovedCellEvent
class UnitDamagedEvent
class UnitDestroyedEvent
}
}
package Logic.Event.World {
package Logic.Event.World {
class WorldSimulatedPhysicsEvent
class WorldSimulatedPhysicsEvent
class CastleDestroyedEvent
}
}
```
```
...
...
...
...