mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
9 lines
183 B
C#
9 lines
183 B
C#
namespace VRCX
|
|
{
|
|
public class IPCPacket
|
|
{
|
|
public string Type { get; set; }
|
|
public string Data { get; set; }
|
|
public string MsgType { get; set; }
|
|
}
|
|
} |