示例#1
0
 public RepairTarget(DuctTape tape, Mobile from) :  base(1, false, TargetFlags.None)
 {
     m_Tape = tape;
     m_From = from;
 }
示例#2
0
 public static void ConsumeCharge(DuctTape tape, Mobile from)
 {
     tape.Consume();
     from.RevealingAction();
     from.PlaySound(0x3E4);
 }