Files
AR-Menu/Library/PackageCache/com.needle.engine-exporter@8c046140a1d9/Server/Editor/RawMessage.cs
2025-11-30 08:35:03 +02:00

10 lines
142 B
C#

using Newtonsoft.Json.Linq;
namespace Needle.Engine.Server
{
public struct RawMessage
{
public string type;
public JToken data;
}
}