EventDelegates.OnTick
Delegate EventDelegates.OnTick
Namespace: SwiftlyS2.Shared.Events
Assembly: SwiftlyS2.CS2.dll
Called when game has processed a tick. Won't be called if the server is in hibernation. This callback is a hot path, be careful with it and don't do anything expensive.
public delegate void EventDelegates.OnTick()