少年修仙传客户端基础资源
cehua-HWJ35
2024-04-03 f1ab44822a15cfd9c82f4bd06cb70558cc0bcc07
1
2
3
4
5
6
7
8
9
using UnityEngine.PostProcessing;
 
namespace UnityEditor.PostProcessing
{
    [PostProcessingModelEditor(typeof(ChromaticAberrationModel))]
    public class ChromaticaAberrationModelEditor : DefaultPostFxModelEditor
    {
    }
}