XRoom_Unity/xroom/Assets/Coworking office/PostProcessing/Runtime/Attributes/TrackballGroupAttribute.cs
2025-05-26 11:51:25 +03:30

7 lines
121 B
C#

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