1 2 3 4 5 6 7 8 9
using Impostor.Api.Innersloth; namespace Impostor.Api.Events { public interface IGameEndedEvent : IGameEvent { public GameOverReason GameOverReason { get; } } }