RandomScore constructor
RandomScore(})
The RandomScore Widget assigns a random value to a score using the UUID of an AreaEffectCloud.
Implementation
RandomScore(
this.entity, {
this.from = 0,
required this.to,
this.objective = 'objd_random',
this.targetFilePath = 'objd',
this.targetFileName,
}) : _diff = to - from + 1;