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