Ejemplo n.º 1
0
            public InternalTimer(PlantDemon demon, List <Mobile> list, int ammo)
                : base(TimeSpan.FromSeconds(0.25), TimeSpan.FromSeconds(0.35))
            {
                m_Demon = demon;
                m_List  = list;
                ammoAmt = ammo;

                Priority = TimerPriority.TenMS;
            }
Ejemplo n.º 2
0
			public InternalTimer( PlantDemon demon, List<Mobile> list, int ammo )
				: base( TimeSpan.FromSeconds( 0.25 ), TimeSpan.FromSeconds( 0.35 ) )
			{
				m_Demon = demon;
				m_List = list;
				ammoAmt = ammo;

				Priority = TimerPriority.TenMS;
			}