Example #1
0
 public ChestTarget(Mobile from, StrongboxKey key) : base(2, false, TargetFlags.None)
 {
     m_From = from;
     m_Key  = key;
 }