Assets/Plugins/PostProcessing/Runtime/Attributes/GetSetAttribute.cs
@@ -1,13 +1,13 @@ namespace UnityEngine.PostProcessing { public sealed class GetSetAttribute : PropertyAttribute { public readonly string name; public bool dirty; public GetSetAttribute(string name) { this.name = name; } } } namespace UnityEngine.PostProcessing { public sealed class GetSetAttribute : PropertyAttribute { public readonly string name; public bool dirty; public GetSetAttribute(string name) { this.name = name; } } }