Example #1
0
 private void OnMutationAdded(Mutation mutation)
 {
     UpdateStats();
     mutation.Apply(this);
 }