コード例 #1
0
ファイル: EarthGate.cs プロジェクト: greeduomacro/UO-Forever
		public EarthGate( EarthSummoner summoner ) : base( 8148 )
		{
			Movable = false;
			Name = "Earth Gate";
			Hue = 2311;

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

			m_Summoner = summoner;
		}
コード例 #2
0
 public DelayTimer(EarthSummoner m, Mobile target) : base(TimeSpan.FromSeconds(1.0))
 {
     m_Mobile = m;
     m_Target = target;
 }
コード例 #3
0
			public DelayTimer( EarthSummoner m, Mobile target ) : base( TimeSpan.FromSeconds( 1.0 ) )
			{
				m_Mobile = m;
				m_Target = target;
			}