Beispiel #1
0
 public RevealTarget(GypsyLady mage) : base(12, false, TargetFlags.None)
 {
     m_GypsyLady = mage;
 }
Beispiel #2
0
 public TruthEntry(GypsyLady GypsyLady, Mobile from) : base(2058, 12)
 {
     m_GypsyLady = GypsyLady;
     m_From      = from;
 }