namespace SharedLibraryCore.Events.Game.GameScript; public class RoundEndEvent : GameEventV2 { public int RoundNumber { get; init; } }