Move RuleSet to its own directory
This commit is contained in:
parent
4f63947ab9
commit
fbdf114fed
2 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import 'dart:html' as html;
|
||||||
import 'dart:math' as math;
|
import 'dart:math' as math;
|
||||||
|
|
||||||
import 'package:rules_of_living/src/Grid.dart';
|
import 'package:rules_of_living/src/Grid.dart';
|
||||||
import 'package:rules_of_living/src/RuleSet.dart';
|
import 'package:rules_of_living/src/rules/RuleSet.dart';
|
||||||
|
|
||||||
enum CellPattern { SpaceShip, Blinker }
|
enum CellPattern { SpaceShip, Blinker }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue