StatisticTickerBase
Abstract class in SurvivEngine.Entities.Statistics namespace
Inherits from UnityEngine.MonoBehaviour
Abstract class in SurvivEngine.Entities.Statistics namespace
Inherits from UnityEngine.MonoBehaviour
Base class for all statistic tickers.
A statistic ticker will affect one or more statistics each tick.
Called when the statistic ticker is added to the entity statistic manager.
Useful for initializing any required variables.
entityStatisticManager The entity statistic manager to operate on.
Calls this statistic ticker's on tick implementation.
entityStatisticManager The entity statistic manager to operate on.
tickTime The time since the last game tick.