Exemplo n.º 1
0
 /// <see cref="ICellDataModifier.ModifyData"/>
 public void ModifyData(ICell cell)
 {
     cell.ChangeWalkability(this.newValue);
 }