namespace Aliciza.Services.Example { public interface IBattleLoopService : IService { float ElapsedTime { get; } int PulseCount { get; } } }