Commit message

This commit is contained in:
lenheart
2024-05-12 09:07:41 +08:00
parent ccce18df0b
commit 4ec73c5a2a
153 changed files with 944 additions and 31920 deletions

View File

@@ -95,4 +95,9 @@ typedef int (*fnInitSkill)(int a1, int a2, int a3);
// 游戏事件
typedef int (*fnHistory_Log)(int a1, char *format, ...);
typedef int (*fnUseGlod)(void *CUser, int a1, int a3, int a4);
// 通过副本
typedef void (*fnBossDieCheckSend)(void *a1, void *a2, void *a3);
__END_DECLS