Skip to content

Commit

Permalink
Changed constructor visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
craftersmine committed Jul 12, 2023
1 parent 4e8f1c1 commit 3cfc534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion craftersmine.League.CommunityDragon/Champion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class Champion
public class ChampionPortraitIcon : IAsset
{
internal CommunityDragon ClientInstance { get; set; }
internal ChampionPortraitIcon(string path) { }
public ChampionPortraitIcon(string path) { }

public string RawPath { get; internal set; }

Expand Down

0 comments on commit 3cfc534

Please sign in to comment.