This commit is contained in:
kawaiizenbo 2023-03-05 19:52:14 -07:00
parent 5981e5ce50
commit 3de1c7130a
13 changed files with 107 additions and 43 deletions

View file

@ -15,7 +15,8 @@ public class ModuleManager
new Fly(),
new NoFall(),
new HUDModule(),
new Step()
new Step(),
new Fullbright()
);
}