Files

9 lines
130 B
C#
Raw Permalink Normal View History

2026-02-21 16:40:15 -08:00
using UnityEngine;
namespace LeTai.Asset.TranslucentImage
{
public class BlurConfig : ScriptableObject
{
}
}