Beispiel #1
0
 public InternalTarget(GiftOfLifeSpell owner)
     : base(10, false, TargetFlags.Beneficial)
 {
     m_Owner = owner;
 }
Beispiel #2
0
 public ExpireTimer(Mobile m, TimeSpan delay, GiftOfLifeSpell spell)
     : base(delay)
 {
     m_Mobile = m;
     m_Spell  = spell;
 }