mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Folder cs files
This commit is contained in:
9
Dotnet/IPC/IPCPacket.cs
Normal file
9
Dotnet/IPC/IPCPacket.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace VRCX
|
||||
{
|
||||
public class IPCPacket
|
||||
{
|
||||
public string Type { get; set; }
|
||||
public string Data { get; set; }
|
||||
public string MsgType { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user