inventive uses of attributes

This commit is contained in:
kawaiizenbo 2024-06-15 20:10:59 -07:00
parent 6cd03fab06
commit 507ed6b7e5
7 changed files with 87 additions and 28 deletions

View file

@ -21,7 +21,9 @@ public class ModuleManager
new ModulesList(),
new ChatSpammer(),
new Rotation(),
new AutoJump()
new AutoJump(),
new Reach(),
new AntiPowderSnow()
/*new Timer()*/
);
}