Interface ITickingSystem
Contains methods which can be implemented by systems which handle server ticks.
public interface ITickingSystem : ISystem
Methods
Tick()
Occurs every server tick.
void Tick()
Contains methods which can be implemented by systems which handle server ticks.
public interface ITickingSystem : ISystem
Occurs every server tick.
void Tick()