@ -72,6 +72,12 @@ public class Champion : IEquatable<Champion>
this.bio = bio;
}
public Champion(string name, string bio)
{
this.name = name;
public ReadOnlyCollection<Skin> Skins { get; private set; }
private List<Skin> skins = new ();