namespace Game.Scripts.Runtime.Abstractions { public interface IClock { float Elapsed { get; } bool IsRunning { get; } } }