13 lines
243 B
C#
13 lines
243 B
C#
using System;
|
|
using UnityEngine.Scripting;
|
|
|
|
namespace UnityEngine.Collections
|
|
{
|
|
// Token: 0x020004B0 RID: 1200
|
|
[RequiredByNativeCode]
|
|
[AttributeUsage(AttributeTargets.Struct)]
|
|
internal class NativeContainerAttribute : Attribute
|
|
{
|
|
}
|
|
}
|