Ejemplo n.º 1
0
		public EarthGate( EarthSummoner summoner ) : base( 8148 )
		{
			Movable = false;
			Name = "Earth Gate";
			Hue = 2311;

			m_Timer = new SpawnTimer( this );
			m_Timer.Start();

			m_Summoner = summoner;
		}
Ejemplo n.º 2
0
 public DelayTimer(EarthSummoner m, Mobile target) : base(TimeSpan.FromSeconds(1.0))
 {
     m_Mobile = m;
     m_Target = target;
 }
Ejemplo n.º 3
0
			public DelayTimer( EarthSummoner m, Mobile target ) : base( TimeSpan.FromSeconds( 1.0 ) )
			{
				m_Mobile = m;
				m_Target = target;
			}