namespace SharedLibraryCore.Events.Game; public class GameLogEvent : GameEventV2 { public string LogLine { get; set; } }