Example #1
0
 public FixEntry(Mapmaker Mapmaker, Mobile from) : base(6120, 12)
 {
     m_Mapmaker = Mapmaker;
     m_From     = from;
 }
Example #2
0
 public RepairTarget(Mapmaker Mapmaker) : base(12, false, TargetFlags.None)
 {
     m_Mapmaker = Mapmaker;
 }