Beispiel #1
0
 public InternalTarget(Mobile from, BottleInscriber tool)
     : base(10, false, TargetFlags.None)
 {
     m_from = from;
     m_tool = tool;
 }
Beispiel #2
0
 public InternalTarget(Mobile from, BottleInscriber tool)
     : base(10, false, TargetFlags.None)
 {
     m_from = from;
     m_tool = tool;
 }