map/Assets/Flooded_Grounds/PostProcessing/Runtime/Attributes/TrackballGroupAttribute.cs
2026-02-02 20:41:46 +09:00

7 lines
121 B
C#

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