新增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;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user