scripts
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace RecRoom
|
||||
{
|
||||
// Token: 0x02000023 RID: 35
|
||||
[Token(Token = "0x2000023")]
|
||||
[StructLayout(3)]
|
||||
public static class FileExt
|
||||
{
|
||||
// Token: 0x06000093 RID: 147 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000093")]
|
||||
[Address(RVA = "0x32406F0", Offset = "0x323F0F0", VA = "0x1832406F0")]
|
||||
public static string ReadLines(this FileInfo file, string startPattern, string endPattern)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06000094 RID: 148 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000094")]
|
||||
[Address(RVA = "0x32408D0", Offset = "0x323F2D0", VA = "0x1832408D0")]
|
||||
public static string ReadLines(this FileInfo file, int startLine, int numberOfLinesToRead)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user