From 0e657df04a28ff1bfd24854e5e4b42ad3109e650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=93=AE?= <834207172@qq.com> Date: Mon, 14 Apr 2025 12:04:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EdomainAll?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Runtime/PlayerSettings/MainDomainAll.cs | 15 +++++++++++++++ .../Runtime/PlayerSettings/MainDomainAll.cs.meta | 3 +++ Assets/00.StaryEvo/package.json | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 Assets/00.StaryEvo/Runtime/PlayerSettings/MainDomainAll.cs create mode 100644 Assets/00.StaryEvo/Runtime/PlayerSettings/MainDomainAll.cs.meta diff --git a/Assets/00.StaryEvo/Runtime/PlayerSettings/MainDomainAll.cs b/Assets/00.StaryEvo/Runtime/PlayerSettings/MainDomainAll.cs new file mode 100644 index 0000000..1deab4b --- /dev/null +++ b/Assets/00.StaryEvo/Runtime/PlayerSettings/MainDomainAll.cs @@ -0,0 +1,15 @@ +using System; +using UnityEngine; +using UnityEngine.Serialization; + +namespace Stary.Evo +{ + + + [CreateAssetMenu(fileName = "MainDomainAll", menuName = "Evo/Create MainDomainAll")] + public class MainDomainAll : ScriptableObject + { + public string[] domainAll; + } + +} \ No newline at end of file diff --git a/Assets/00.StaryEvo/Runtime/PlayerSettings/MainDomainAll.cs.meta b/Assets/00.StaryEvo/Runtime/PlayerSettings/MainDomainAll.cs.meta new file mode 100644 index 0000000..89a39ba --- /dev/null +++ b/Assets/00.StaryEvo/Runtime/PlayerSettings/MainDomainAll.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 2745f06c743a4d8aaf3d993312e39f02 +timeCreated: 1744603367 \ No newline at end of file diff --git a/Assets/00.StaryEvo/package.json b/Assets/00.StaryEvo/package.json index 6109101..a47f358 100644 --- a/Assets/00.StaryEvo/package.json +++ b/Assets/00.StaryEvo/package.json @@ -1,6 +1,6 @@ { "name": "com.staryevo.main", - "version": "1.0.8", + "version": "1.0.9", "displayName": "00.StaryEvo", "description": "This is an Framework package", "unity": "2021.3",