Big cleanup

This commit is contained in:
2024-01-05 16:18:18 +01:00
parent afda9b886e
commit ef107a9277
14 changed files with 91 additions and 337 deletions

7
Classes/BuboPanic.sc Normal file
View File

@ -0,0 +1,7 @@
Panic {
*new {
^CmdPeriod.run;
}
}