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

12 lines
201 B
C#

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