public EarthGate( EarthSummoner summoner ) : base( 8148 ) { Movable = false; Name = "Earth Gate"; Hue = 2311; m_Timer = new SpawnTimer( this ); m_Timer.Start(); m_Summoner = summoner; }
public DelayTimer(EarthSummoner m, Mobile target) : base(TimeSpan.FromSeconds(1.0)) { m_Mobile = m; m_Target = target; }
public DelayTimer( EarthSummoner m, Mobile target ) : base( TimeSpan.FromSeconds( 1.0 ) ) { m_Mobile = m; m_Target = target; }