Update Osztály diagram: castle events authored by Sárközi Gergely János's avatar Sárközi Gergely János
...@@ -156,9 +156,12 @@ package Logic.Event.World.Unit { ...@@ -156,9 +156,12 @@ package Logic.Event.World.Unit {
class UnitDamagedEvent class UnitDamagedEvent
class UnitDestroyedEvent class UnitDestroyedEvent
} }
package Logic.Event.World.Castle {
class CastleDamagedEvent
class CastleDestroyedEvent
}
package Logic.Event.World { package Logic.Event.World {
class WorldSimulatedPhysicsEvent class WorldSimulatedPhysicsEvent
class CastleDestroyedEvent
} }
``` ```
... ...
......