This commit is contained in:
lenheart
2024-06-03 10:57:47 +08:00
parent b6d3556286
commit d02932b717
144 changed files with 32907 additions and 527 deletions

View File

@@ -100,4 +100,7 @@ typedef int (*fnUseGlod)(void *CUser, int a1, int a3, int a4);
// 通过副本
typedef void (*fnBossDieCheckSend)(void *a1, void *a2, void *a3);
// 放弃副本
typedef void (*fnGiveup_Game)(void *CParty, void *CUser, bool a3, bool a4, bool a5);
__END_DECLS