Files
aibis-dream/Assets/VolFx/ScreenFx/Runtime/Attributes/LayerAttribute.cs
T
2025-01-18 11:38:58 +08:00

9 lines
156 B
C#

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