package Main; public class White extends Lutemon { public White(String name, String color, int exp, int attack, int defense, int health) { super(name, color, exp, attack, defense, health); } }