super_tik_tac_toe/lib/state.dart

2 lines
30 B
Dart

enum TTCState { empty, x, o }