add files to the repo

This commit is contained in:
2023-12-27 15:03:23 +01:00
parent 397e31d438
commit 9b3c1afd38
10 changed files with 164 additions and 0 deletions

5
Classes/BuboObject.sc Normal file
View File

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