refactor: timer methods names cleaned up
This commit is contained in:
@@ -2,9 +2,9 @@ namespace Syntriax.Engine.Systems.Time;
|
||||
|
||||
public interface ITimer : IReadOnlyTimer
|
||||
{
|
||||
void TimerStart(double time);
|
||||
void TimerStop();
|
||||
void Start(double time);
|
||||
void Stop();
|
||||
|
||||
void TimerPause();
|
||||
void TimerResume();
|
||||
void Pause();
|
||||
void Resume();
|
||||
}
|
||||
|
Reference in New Issue
Block a user