mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2025-02-22 21:23:10 +01:00
6 lines
121 B
C#
6 lines
121 B
C#
namespace UnityEngine.PostProcessing
|
|
{
|
|
public sealed class TrackballGroupAttribute : PropertyAttribute
|
|
{
|
|
}
|
|
}
|