namespace VRCX { public class IPCPacket { public string Type { get; set; } public string Data { get; set; } public string MsgType { get; set; } } }