新增domainAll

This commit is contained in:
2025-04-14 12:04:00 +08:00
parent dd01496c48
commit 0e657df04a
3 changed files with 19 additions and 1 deletions

View File

@@ -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;
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 2745f06c743a4d8aaf3d993312e39f02
timeCreated: 1744603367

View File

@@ -1,6 +1,6 @@
{ {
"name": "com.staryevo.main", "name": "com.staryevo.main",
"version": "1.0.8", "version": "1.0.9",
"displayName": "00.StaryEvo", "displayName": "00.StaryEvo",
"description": "This is an Framework package", "description": "This is an Framework package",
"unity": "2021.3", "unity": "2021.3",