Skip to content

Commit

Permalink
Add ProfileInfo.Basic
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jul 12, 2024
1 parent 3970a3e commit 89d1cbd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ public interface ProfileInfo {
String name();

IconRenderer iconRenderer();

record Basic(String name, IconRenderer iconRenderer) implements ProfileInfo {
}
}

0 comments on commit 89d1cbd

Please sign in to comment.