2022-11-21 17:56:52 +01:00

7 lines
121 B
C#

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