2 lines
30 B
Dart
2 lines
30 B
Dart
|
|
enum TTCState { empty, x, o }
|
|
|
enum TTCState { empty, x, o }
|