namespace Server.Handle_Packet; public class LogMsg { public string Time { get; set; } public string Msg { get; set; } }