Exemplo n.º 1
0
        public virtual object Clone()
        {
            StaticTarget ti = new StaticTarget();

            ti.Flags   = Flags;
            ti.serial  = serial;
            ti.x       = x;
            ti.y       = y;
            ti.z       = z;
            ti.graphic = graphic;
            return(ti);
        }
Exemplo n.º 2
0
 public virtual object Clone()
 {
     StaticTarget ti = new StaticTarget();
     ti.Flags = Flags;
     ti.serial = serial;
     ti.x = x;
     ti.y = y;
     ti.z = z;
     ti.graphic = graphic;
     return ti;
 }