int lastCount; //Prevent spamming the shard public InternalTimer(InvasionSpawner spawner, bool champ) : base(TimeSpan.FromSeconds(5.0), TimeSpan.FromSeconds(5.0)) { m_Spawner = spawner; m_Champ = champ; }
public InternalTimer( InvasionSpawner spawner, bool champ ) : base(TimeSpan.FromSeconds( 5.0 ), TimeSpan.FromSeconds( 5.0 )) { m_Spawner = spawner; m_Champ = champ; }