diff --git a/RH-Engine/Program.cs b/RH-Engine/Program.cs index 4de2298..10ade45 100644 --- a/RH-Engine/Program.cs +++ b/RH-Engine/Program.cs @@ -1,7 +1,9 @@ -using System; +using Newtonsoft.Json.Linq; +using System; using System.IO; using System.Net.Sockets; using System.Runtime.Intrinsics.X86; +using System.Security.Cryptography.X509Certificates; using System.Text; namespace RH_Engine @@ -95,4 +97,12 @@ namespace RH_Engine return "PC - host:" + host + " - user:" + user; } } + + public readonly struct VRMessage + { + public VRMessage(string id,params JObject[] data) + { + + } + } } \ No newline at end of file