Skip to content

Commit

Permalink
feat(cosmetic-settings): Dynamic cosmetic settings working in-game
Browse files Browse the repository at this point in the history
  • Loading branch information
bernie-g committed Aug 5, 2024
1 parent d0700b3 commit 337998b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ public enum VariableFlavor {
*/
READOUT("readout", "r"),

LUNAR("lunar", "l");
LUNAR("lunar", "l"),
OPTION("option", "o");

public final String name;
public final String alias;
Expand Down

0 comments on commit 337998b

Please sign in to comment.