Skip to content

Commit

Permalink
who the hell wrote this
Browse files Browse the repository at this point in the history
  • Loading branch information
DoggySazHi committed Feb 20, 2024
1 parent 6384a82 commit 17752c9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ public int hashCode() {
}
}

public static record User(UUID uuid, String lastKnownName, String defaultLanguage, TranslationMode translationMode) {}

public static enum TranslationMode {
OFF(0), ON(1), FORCE(2);
private final int value;
Expand Down

0 comments on commit 17752c9

Please sign in to comment.