scripts
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace CircuitsV2.Utilities
|
||||
{
|
||||
// Token: 0x020001FF RID: 511
|
||||
[Token(Token = "0x2000143")]
|
||||
[StructLayout(3)]
|
||||
public static class IReadOnlyCollectionExtensions
|
||||
{
|
||||
// Token: 0x06001112 RID: 4370 RVA: 0x00007424 File Offset: 0x00005624
|
||||
[Token(Token = "0x6000D9D")]
|
||||
[Address(RVA = "0x216AD00", Offset = "0x2169700", VA = "0x18216AD00")]
|
||||
public static bool IsInRange<T>(this IReadOnlyCollection<T> self, int index)
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
|
||||
// Token: 0x06001113 RID: 4371 RVA: 0x0000743C File Offset: 0x0000563C
|
||||
[Token(Token = "0x6000D9E")]
|
||||
[Address(RVA = "0x1F85930", Offset = "0x1F84330", VA = "0x181F85930")]
|
||||
public static int LastIndex<T>(this IReadOnlyCollection<T> self)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user