FiE-Game/Assets/PostProcessing/Runtime/Attributes/TrackballGroupAttribute.cs

7 lines
121 B
C#
Raw Normal View History

2023-07-24 21:52:50 +02:00
namespace UnityEngine.PostProcessing
{
public sealed class TrackballGroupAttribute : PropertyAttribute
{
}
}