4 lines
58 B
Java
Raw Permalink Normal View History

2023-09-25 18:40:25 +04:00
public enum NumberOfDecks {
Deck_1, Deck_2, Deck_3;
}