修改命名空间

This commit is contained in:
2025-06-05 17:36:04 +08:00
parent 794d009223
commit 0fb72a0535
2 changed files with 2 additions and 8 deletions

View File

@@ -1,17 +1,11 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using HybridCLR.Editor;
using HybridCLR.Editor.Commands; using HybridCLR.Editor.Commands;
using HybridCLR.Editor.Settings; using Newtonsoft.Json;
using Sirenix.OdinInspector; using Sirenix.OdinInspector;
using Sirenix.OdinInspector.Editor; using Sirenix.OdinInspector.Editor;
using Stary.Evo.InformationSave;
using Unity.Plastic.Newtonsoft.Json;
using UnityEditor; using UnityEditor;
using UnityEditorInternal;
using UnityEngine; using UnityEngine;
using YooAsset.Editor; using YooAsset.Editor;

View File

@@ -1,6 +1,6 @@
{ {
"name": "com.staryevo.main", "name": "com.staryevo.main",
"version": "1.2.2", "version": "1.2.3",
"displayName": "00.StaryEvo", "displayName": "00.StaryEvo",
"description": "This is an Framework package(后台服务器版本端口9527)", "description": "This is an Framework package(后台服务器版本端口9527)",
"unity": "2021.3", "unity": "2021.3",