IPC photon logging

This commit is contained in:
Natsumi
2021-12-21 22:36:07 +13:00
parent 43b78425d3
commit 1d6384c47b
5 changed files with 237 additions and 283 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Numerics;
@@ -29,9 +29,9 @@ namespace VRCX
public class EventEntry
{
public int Type;
public string EventType;
public object Data;
public int Type { get; set; }
public string EventType { get; set; }
public object Data { get; set; }
}
private byte DeserializeByte()