dartterm/lib/world/level.dart

4 lines
50 B
Dart

class Level {
Set<(int, int)> openCells = {};
}