diff --git a/RH-Engine/Program.cs b/RH-Engine/Program.cs index 41fc36b..5215995 100644 --- a/RH-Engine/Program.cs +++ b/RH-Engine/Program.cs @@ -105,12 +105,4 @@ 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