升级XR插件版本
This commit is contained in:
12
Packages/MCPForUnity/Editor/Models/MCPConfigServers.cs
Normal file
12
Packages/MCPForUnity/Editor/Models/MCPConfigServers.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace MCPForUnity.Editor.Models
|
||||
{
|
||||
[Serializable]
|
||||
public class McpConfigServers
|
||||
{
|
||||
[JsonProperty("unityMCP")]
|
||||
public McpConfigServer unityMCP;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user