using System.Collections.Generic; namespace SharedLibraryCore.Events.Game; public class MatchStartEvent : GameEventV2 { public IReadOnlyDictionary SessionData { get; init; } = new Dictionary(); }