Files

9 lines
130 B
C#
Raw Permalink Normal View History

2024-04-06 16:33:57 +08:00
using UnityEngine;
namespace LeTai.Asset.TranslucentImage
{
public class BlurConfig : ScriptableObject
{
}
}