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

16 lines
242 B
Java
Raw Normal View History

package nautilus.game.arcade.kit.perks;
import nautilus.game.arcade.kit.SmashPerk;
public class PerkZombieNightDead extends SmashPerk
{
public PerkZombieNightDead()
{
super("Night of the Dead", new String[]
{
}, false);
}
}