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