diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-22 19:55:53 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-22 19:55:53 +0200 |
commit | 3e1b0eb968d90f1ba5163b220c4e39dd7fd1e51b (patch) | |
tree | 2f9dcb8b7ac085514913a1ad114a5275978f95fd /docs | |
parent | 99d7d1695fec28208e19b34bc754dff5dd1e5642 (diff) |
finish collision checking implementation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/class-diag.puml | 4 |
1 files changed, 4 insertions, 0 deletions
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" <<group>> { - value : bool - target : bool & } + class CycleCollisionMethodCommand { + + constructor(Museum &) + } Command <|-d- ToggleMuseumPauseCommand Command <|-u- OpenFileGUICommand @@ -395,6 +398,7 @@ rectangle Group_Commands as "Commands" <<group>> { Command <|-d- StepTileCommand Command <|-d- LoadFilesCommand Command <|-d- TimeTravelCommand + Command <|-u- CycleCollisionMethodCommand } } /' LAYOUT '/ |