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