Line.copyFrom constructor

Line.copyFrom(
  1. Line mob
)

Implementation

Line.copyFrom(Line mob)
    : buff = mob.buff,
      pathArc = mob.pathArc,
      start = mob.start,
      end = mob.end,
      super.copyFrom(mob);