namespace Impostor.Api.Events.Player { public interface IPlayerSetStartCounterEvent : IPlayerEvent { /// /// Gets the current time of the start counter. /// byte SecondsLeft { get; } } }