Move RuleSet to its own directory

This commit is contained in:
Unknown 2018-10-18 11:21:09 +02:00
parent 4f63947ab9
commit fbdf114fed
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import 'dart:html' as html;
import 'dart:math' as math;
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 }