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