9 lines
156 B
C#
9 lines
156 B
C#
using UnityEngine;
|
|
|
|
// ScreenFx © NullTale - https://x.com/NullTale
|
|
namespace ScreenFx
|
|
{
|
|
public class LayerAttribute : PropertyAttribute
|
|
{
|
|
}
|
|
} |