Skip to content

Commit

Permalink
DO THAT SCREAMING SNAKE CASE THING
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed May 17, 2024
1 parent 706ad77 commit bdee610
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ public static TeamLock findByKey(String key) {


public enum TeamSpawn {
fixed("fixed", "Fixed"),
random("random", "Random"),
balanced("balanced", "Balanced"),
balanced_flex("balanced_flex", "Flexible balanced"),
random_reveal("random_reveal", "Random and revealed"),
balanced_reveal("balanced_reveal", "Balanced and revealed"),
balanced_reveal_mirrored("balanced_reveal_mirrored", "Mirror balanced and revealed"),
balanced_flex_reveal("balanced_flex_reveal", "Flexible balanced and revealed");
FIXED("fixed", "Fixed"),
RANDOM("random", "Random"),
BALANCED("balanced", "Balanced"),
BALANCED_FLEX("balanced_flex", "Flexible balanced"),
RANDOM_REVEAL("random_reveal", "Random and revealed"),
BALANCED_REVEAL("balanced_reveal", "Balanced and revealed"),
BALANCED_REVEAL_MIRRORED("balanced_reveal_mirrored", "Mirror balanced and revealed"),
BALANCED_FLEX_REVEAL("balanced_flex_reveal", "Flexible balanced and revealed");

public final String readable;

Expand Down

0 comments on commit bdee610

Please sign in to comment.