This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
using Cpp2IlInjected;
using RecRoom.Core;
// Token: 0x0200221D RID: 8733
[Token(Token = "0x200221D")]
[StructLayout(3)]
public interface IDODLJEIOCE
{
// Token: 0x0600F089 RID: 61577
[Token(Token = "0x600F089")]
[Address(Slot = "0")]
IEnumerator<ISchedule> PreSerialize(StringBuilder BIPOIFGEMGB, bool PJMPKHANBFJ);
}