ZK_Framework/Assets/PostProcessing/Runtime/Attributes/TrackballGroupAttribute.cs

7 lines
121 B
C#
Raw Normal View History

namespace UnityEngine.PostProcessing
{
public sealed class TrackballGroupAttribute : PropertyAttribute
{
}
}