super_tik_tac_toe/lib/state.dart

2 lines
30 B
Dart
Raw Normal View History

2024-12-21 06:36:11 -05:00
enum TTCState { empty, x, o }