少年修仙传客户端基础资源
leonard Wu
2018-08-09 a10eea6e4ce647061813519d5b0ea496f29495b9
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;
        }
    }
}