dartterm/lib/world/level.dart

4 lines
50 B
Dart
Raw Normal View History

2023-09-18 01:05:40 +00:00
class Level {
Set<(int, int)> openCells = {};
}