EmblemIconsGenerator constructor
EmblemIconsGenerator(
- EmblemType _emblemType,
- int _iconsCount
Implementation
EmblemIconsGenerator(this._emblemType, this._iconsCount) {
_seed = SeedGenerator.generate();
}