modules list and remove broken stuff

This commit is contained in:
kawaiizenbo 2023-06-28 17:03:45 -07:00
parent 2a89f212e5
commit b58eedfb9c
16 changed files with 168 additions and 44 deletions

View file

@ -16,7 +16,9 @@ public class ModuleManager
new NoFall(),
new HUDModule(),
new Step(),
new Fullbright()
new Fullbright(),
new Speed(),
new ModulesList()
);
}