[Add] All in one shader
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace AllIn13DShader
|
||||
{
|
||||
public class EffectGroupGlobalConfig : ScriptableObject
|
||||
{
|
||||
public string groupID;
|
||||
public string displayName;
|
||||
public string libraryFileName;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user