Mineplex2018-withcommit/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/kit/perks/PerkLooter.java

16 lines
280 B
Java
Raw Normal View History

2013-09-21 00:34:07 +02:00
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.",
});
}
}