mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-09 09:53:47 +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; }
|
|
}
|
|
} |