Mineplex2018-withcommit/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/kit/perks/PerkLooter.java
Chiss a92c74a28a HG Updates
Other minor fixes
2013-09-21 08:34:07 +10:00

16 lines
280 B
Java

package nautilus.game.arcade.kit.perks;
import mineplex.core.common.util.C;
import nautilus.game.arcade.kit.Perk;
public class PerkLooter extends Perk
{
public PerkLooter()
{
super("Looter", new String[]
{
C.cGray + "You find extra loot in chests.",
});
}
}