ProgTypeAbstract.mutationRemoveLineChance

Шанс удаления линии в программе

interface ProgTypeAbstract
@property
float
mutationRemoveLineChance
()
out (result) { assert (0 <= result && result <= 1, "Return value isn't a probability!"); }

Meta