示例#1
0
 public FixEntry(Thief Thief, Mobile from) : base(6120, 12)
 {
     m_Thief = Thief;
     m_From  = from;
 }
示例#2
0
 public RepairTarget(Thief thief) : base(12, false, TargetFlags.None)
 {
     m_Thief = thief;
 }