Skip to content

Commit

Permalink
releaseb add blitz
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammers21 committed Sep 11, 2024
1 parent c6aad4d commit e229c5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/io/github/sammers/pla/logic/Conts.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public class Conts {
public static String THREE_V_THREE = "3v3";
public static String RBG = "battlegrounds";
public static String SHUFFLE = "shuffle";
public static String BLITZ = "blitz";
public static String MULTICLASSERS = "multiclassers";

public static List<String> BRACKETS = List.of(TWO_V_TWO, THREE_V_THREE, RBG, SHUFFLE);
Expand Down

0 comments on commit e229c5d

Please sign in to comment.