Table of Contents

Interface ITickingSystem

Namespace
SampSharp.Entities
Assembly
SampSharp.OpenMp.Entities.dll

Contains methods which can be implemented by systems which handle server ticks.

public interface ITickingSystem : ISystem

Methods

Tick()

Occurs every server tick.

void Tick()

See Also