Files
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
{
}
}