XRoom_Unity/Assets/Coworking office/PostProcessing/Runtime/Attributes/TrackballGroupAttribute.cs

7 lines
121 B
C#
Raw Permalink Normal View History

2025-05-31 06:50:20 +00:00
namespace UnityEngine.PostProcessing
{
public sealed class TrackballGroupAttribute : PropertyAttribute
{
}
}