少年修仙传客户端基础资源
client_linchunjie
2019-06-15 268045dda39fbf3c934a74262f3cdc9e4eb685f9
1
2
3
4
5
6
7
8
9
using UnityEngine.PostProcessing;
 
namespace UnityEditor.PostProcessing
{
    [PostProcessingModelEditor(typeof(ChromaticAberrationModel))]
    public class ChromaticaAberrationModelEditor : DefaultPostFxModelEditor
    {
    }
}