Remove unnecessary CellPattern enum from Simulation
This commit is contained in:
parent
3a6e34945a
commit
cb9da3bc54
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@ import 'package:rules_of_living/src/Grid.dart';
|
||||||
import 'package:rules_of_living/src/rules/GameOfLife.dart';
|
import 'package:rules_of_living/src/rules/GameOfLife.dart';
|
||||||
import 'package:rules_of_living/src/rules/RuleSet.dart';
|
import 'package:rules_of_living/src/rules/RuleSet.dart';
|
||||||
|
|
||||||
enum CellPattern { SpaceShip, Blinker }
|
|
||||||
|
|
||||||
class Simulation {
|
class Simulation {
|
||||||
Grid<bool> map;
|
Grid<bool> map;
|
||||||
Grid<bool> _snapshot;
|
Grid<bool> _snapshot;
|
||||||
|
|
Loading…
Reference in a new issue