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

11 lines
158 B
C#

using System;
namespace UnityEngine.Internal
{
// Token: 0x020004C3 RID: 1219
[Serializable]
public class ExcludeFromDocsAttribute : Attribute
{
}
}