From 3e1b0eb968d90f1ba5163b220c4e39dd7fd1e51b Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 22 Oct 2024 19:55:53 +0200 Subject: finish collision checking implementation --- docs/class-diag.puml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/class-diag.puml b/docs/class-diag.puml index 58ed950..9a37256 100644 --- a/docs/class-diag.puml +++ b/docs/class-diag.puml @@ -388,6 +388,9 @@ rectangle Group_Commands as "Commands" <> { - value : bool - target : bool & } + class CycleCollisionMethodCommand { + + constructor(Museum &) + } Command <|-d- ToggleMuseumPauseCommand Command <|-u- OpenFileGUICommand @@ -395,6 +398,7 @@ rectangle Group_Commands as "Commands" <> { Command <|-d- StepTileCommand Command <|-d- LoadFilesCommand Command <|-d- TimeTravelCommand + Command <|-u- CycleCollisionMethodCommand } } /' LAYOUT '/ -- cgit v1.2.3