Console.WriteLine("This pokemon is " + type + " type.");
Console.WriteLine("It is level " + level + ".");
Console.WriteLine("It has " + iv + " perfect IVs.");
Console.WriteLine("This muk has " + ev + " perfect EVs.");
Console.WriteLine("This Muk it is " + color + " instead of purple.");
public static void Main()
Grimer boi = new Grimer();
Alolan man = new Alolan();
man.color = "yellow and green";
man.type = "poison and dark";