11 lines
158 B
C#
11 lines
158 B
C#
using System;
|
|
|
|
namespace UnityEngine.Internal
|
|
{
|
|
// Token: 0x020004C3 RID: 1219
|
|
[Serializable]
|
|
public class ExcludeFromDocsAttribute : Attribute
|
|
{
|
|
}
|
|
}
|