6 lines
69 B
Dart
6 lines
69 B
Dart
|
import 'dart:ui';
|
||
|
|
||
|
class Level {
|
||
|
Set<(int, int)> openCells = {};
|
||
|
}
|