mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
IPC photon logging
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user