refactor: timer methods names cleaned up
This commit is contained in:
@@ -2,9 +2,9 @@ namespace Syntriax.Engine.Systems.Time;
|
||||
|
||||
public interface IStopwatch : IReadOnlyStopwatch
|
||||
{
|
||||
void StopwatchStart();
|
||||
void StopwatchStop();
|
||||
void Start();
|
||||
void Stop();
|
||||
|
||||
void StopwatchPause();
|
||||
void StopwatchResume();
|
||||
void Pause();
|
||||
void Resume();
|
||||
}
|
||||
|
Reference in New Issue
Block a user