12 lines
201 B
C#
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
|
|
{
|
|
}
|
|
}
|