namespace Impostor.Api.Events { /// /// Called when the game is going to start. /// When this is called, not all players are initialized properly yet. /// If you want to get correct player states, use . /// public interface IGameStartingEvent : IGameEvent { } }