Files
YachtDice/Assets/Plugins/AllIn13DShader/Editor/EffectGroupGlobalConfigCollection.cs
T
2026-02-23 22:01:07 +07:00

9 lines
182 B
C#

using UnityEngine;
namespace AllIn13DShader
{
public class EffectGroupGlobalConfigCollection : ScriptableObject
{
public EffectGroupGlobalConfig[] effectGroupGlobalConfigs;
}
}