Files
7d2dXG/XG-Rebirth/Mods/0A-KFCommonUtilityLib/KFAttached/Render/BokehBlurTargetRef.cs
2025-05-30 00:19:27 +09:30

13 lines
224 B
C#

using UnityEngine;
namespace KFCommonUtilityLib.KFAttached.Render
{
[AddComponentMenu("")]
public class BokehBlurTargetRef : MonoBehaviour
{
#if NotEditor
internal MagnifyScope target;
#endif
}
}