dartfmt
This commit is contained in:
parent
223f831196
commit
6ba0ca55cb
6 changed files with 43 additions and 15 deletions
|
|
@ -74,7 +74,12 @@ class Engine {
|
|||
}
|
||||
|
||||
void addPattern(
|
||||
{CellPattern pattern, int x, int y, int amount, int dispersal, int seed}) {
|
||||
{CellPattern pattern,
|
||||
int x,
|
||||
int y,
|
||||
int amount,
|
||||
int dispersal,
|
||||
int seed}) {
|
||||
_grid.addPattern(
|
||||
pattern: pattern,
|
||||
x: x,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue