Server.LightCycle.NightSightTimer.OnTick C# (CSharp) Method

OnTick() protected method

protected OnTick ( ) : void
return void
			protected override void OnTick()
			{
				m_Owner.EndAction( typeof( LightCycle ) );
				m_Owner.LightLevel = 0;
				BuffInfo.RemoveBuff( m_Owner, BuffIcon.NightSight );
			}
		}
LightCycle.NightSightTimer