Rasagar/Assets/Flooded_Grounds/PostProcessing/Runtime/Attributes/TrackballGroupAttribute.cs
2024-08-26 23:07:20 +03:00

7 lines
121 B
C#

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