interface styles: add default skin type

This commit is contained in:
Lotto
2019-04-06 14:29:50 -04:00
committed by Adam
parent 8f53358a4e
commit 6fb3168090
@@ -33,6 +33,7 @@ import lombok.Getter;
@AllArgsConstructor @AllArgsConstructor
public enum Skin public enum Skin
{ {
DEFAULT("Default"),
AROUND_2005("2005"), AROUND_2005("2005"),
AROUND_2010("2010"); AROUND_2010("2010");