Files
2026-06-04 11:42:34 +02:00

11 lines
214 B
C#

using System;
namespace UnityEngine
{
// Token: 0x02000464 RID: 1124
[AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = false)]
public class SelectionBaseAttribute : Attribute
{
}
}