This commit is contained in:
Sem van der Hoeven
2020-09-16 15:05:07 +02:00
parent ac45f1b454
commit b9dc2b82a6

View File

@@ -105,12 +105,4 @@ namespace RH_Engine
return "PC - host:" + host + " - user:" + user;
}
}
public readonly struct VRMessage
{
public VRMessage(string id,params JObject[] data)
{
}
}
}