2022-11-22 08:45:54 +04:00

5 lines
54 B
Java

public enum DecksCount {
One,
Two,
Three
}