map/Assets/Flooded_Grounds/PostProcessing/Runtime/Attributes/TrackballGroupAttribute.cs

7 lines
121 B
C#
Raw Normal View History

2026-02-02 11:41:46 +00:00
namespace UnityEngine.PostProcessing
{
public sealed class TrackballGroupAttribute : PropertyAttribute
{
}
}