This commit is contained in:
Blue 2018-11-18 21:17:26 +03:00
parent d3ed8821fc
commit fc9284da02
1 changed files with 2 additions and 0 deletions

View File

@ -10,5 +10,7 @@ export default {
let opts = Shape.randomOptions();
let shape = Shape.fromOptions(opts);
return shape;
}
};