Files
aibis-dream/Assets/Plugins/VolFx/ScreenFx/Runtime/Attributes/LayerAttribute.cs
T
2025-05-15 15:37:45 +08:00

9 lines
156 B
C#

using UnityEngine;
// ScreenFx © NullTale - https://x.com/NullTale
namespace ScreenFx
{
public class LayerAttribute : PropertyAttribute
{
}
}