Mineplex2018-withcommit/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/kit/perks/PerkZombieNightDead.java
Chiss 7f4bcd1210 Smash Update
new scoreboard (not implemented yet)
reward changes
2015-01-29 11:54:59 +11:00

16 lines
242 B
Java

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);
}
}