Formatting changes

This commit is contained in:
schmelczerandras 2020-10-19 11:58:33 +02:00
parent a15cb9e19c
commit 258529b039
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@ import { PolygonBase, PolygonFactory } from './polygon-factory';
interface NoisyPolygonBase extends PolygonBase {
randomOffset: number;
}
/**
* @category Drawable
*/