dartterm/lib/world/level.dart

6 lines
69 B
Dart

import 'dart:ui';
class Level {
Set<(int, int)> openCells = {};
}