feat: ticker is decoupled from stopwatch and added timer and stopwatch tickers
This commit is contained in:
@@ -2,7 +2,7 @@ using Syntriax.Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.Systems.Time;
|
||||
|
||||
public interface ITicker : IStopwatch
|
||||
public interface ITicker
|
||||
{
|
||||
Event<ITicker> OnTick { get; }
|
||||
|
||||
|
Reference in New Issue
Block a user