新增domainAll
This commit is contained in:
15
Assets/00.StaryEvo/Runtime/PlayerSettings/MainDomainAll.cs
Normal file
15
Assets/00.StaryEvo/Runtime/PlayerSettings/MainDomainAll.cs
Normal 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;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 2745f06c743a4d8aaf3d993312e39f02
|
||||||
|
timeCreated: 1744603367
|
||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user