OSDN Git Service

VS 1.17 Hot-Fix, minor tweaks
[automap/automap.git] / Automap / Data / StatusData.cs
index 761bc86..a653174 100644 (file)
@@ -55,6 +55,12 @@ namespace Automap {
                        }
                        return false;
                }
+
+               public IAttribute Clone( )
+               {
+               var statusData = new StatusData(this.TotalUpdates, this.VoidChunks,this.Delta, this.CurrentState);
+               return statusData;
+               }
        }
 }