last alpha

This commit is contained in:
kawaiizenbo 2023-10-12 15:39:12 -07:00
parent 3ad5af7ea7
commit 5c2a78474a
3 changed files with 43 additions and 2 deletions

View file

@ -21,7 +21,8 @@ public class ModuleManager
new ModulesList(),
new ChatSpammer(),
new Rotation(),
new AutoJump()
new AutoJump(),
new Timer()
);
}