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
+29
View File
@@ -0,0 +1,29 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
// Token: 0x020019F2 RID: 6642
[Token(Token = "0x20019F2")]
[StructLayout(3)]
public interface DFHEOMBJELP
{
// Token: 0x0600B306 RID: 45830
[Token(Token = "0x600B306")]
[Address(Slot = "0")]
void onConversionDataSuccess(string PEMFJKPNAPH);
// Token: 0x0600B307 RID: 45831
[Token(Token = "0x600B307")]
[Address(Slot = "1")]
void onConversionDataFail(string MOPOMPHBHKF);
// Token: 0x0600B308 RID: 45832
[Token(Token = "0x600B308")]
[Address(Slot = "2")]
void onAppOpenAttribution(string HEHKLINLNIM);
// Token: 0x0600B309 RID: 45833
[Token(Token = "0x600B309")]
[Address(Slot = "3")]
void onAppOpenAttributionFailure(string MOPOMPHBHKF);
}