inventive uses of attributes
This commit is contained in:
parent
6cd03fab06
commit
507ed6b7e5
7 changed files with 87 additions and 28 deletions
|
@ -0,0 +1,12 @@
|
|||
package me.kawaiizenbo.moonlight.module.modules;
|
||||
|
||||
import me.kawaiizenbo.moonlight.module.Category;
|
||||
import me.kawaiizenbo.moonlight.module.Module;
|
||||
|
||||
public class AntiPowderSnow extends Module
|
||||
{
|
||||
public AntiPowderSnow()
|
||||
{
|
||||
super("Anti Powder Snow", "Allows the player to walk on powder snow.", Category.PLAYER);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue