Server.Items.BandageContext.InternalTimer.OnTick C# (CSharp) Méthode

OnTick() protected méthode

protected OnTick ( ) : void
Résultat void
			protected override void OnTick()
			{
				m_Context.EndHeal();
			}
		}
BandageContext.InternalTimer