コード例 #1
0
 void OnMutationCountChange(int value)
 {
     mutationCount = value;
     theCanvas.SetMutationMeter(value / mutationLimit);
 }