Files
2026-04-10 22:50:51 +02:00

12 lines
200 B
C#

using System;
using Cpp2IlInjected;
namespace Unity.Collections
{
// Token: 0x02000009 RID: 9
[Token(Token = "0x2000009")]
internal sealed class NativeListDebugView<T> where T : struct
{
}
}