Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

17 lines
393 B
C#

using System;
using Cpp2IlInjected;
using UnityEngine.Scripting;
namespace Unity.Collections.LowLevel.Unsafe
{
// Token: 0x02000030 RID: 48
[Token(Token = "0x2000030")]
[RequiredByNativeCode]
[Obsolete]
[AttributeUsage(AttributeTargets.Struct)]
[Obsolete("Use NativeSetThreadIndexAttribute instead")]
public sealed class NativeContainerNeedsThreadIndexAttribute : Attribute
{
}
}