MayHeCome/Assets/仪式/C#/YiShiItems.cs
2024-12-18 17:55:34 +08:00

11 lines
240 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[CreateAssetMenu(fileName = "仪式库", menuName = "仪式/仪式库")]
public class YiShiItems : ScriptableObject
{
public List<YiShiItem> yiShiItems;
}