You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
155 B

package cx.sfy.TheBridge.tops;
public enum BoardType {
NORMAL_KILLS,
NORMAL_WINS,
NORMAL_GOALS,
FOUR_KILLS,
FOUR_WINS,
FOUR_GOALS;
}