9 lines
182 B
C#
9 lines
182 B
C#
|
|
using UnityEngine;
|
||
|
|
|
||
|
|
namespace AllIn13DShader
|
||
|
|
{
|
||
|
|
public class EffectGroupGlobalConfigCollection : ScriptableObject
|
||
|
|
{
|
||
|
|
public EffectGroupGlobalConfig[] effectGroupGlobalConfigs;
|
||
|
|
}
|
||
|
|
}
|