5 lines
54 B
Java
Raw Normal View History

2022-11-22 08:45:54 +04:00
public enum DecksCount {
One,
Two,
Three
}