From e33d0e85cf5d01e953d95197488eeffc67835f3a Mon Sep 17 00:00:00 2001 From: chenxin <chenxin6991@163.com> Date: Tue, 27 Oct 2020 18:16:53 +0800 Subject: [PATCH] 无尽模式关卡打点需要 --- Assets/Scripts/Event/EventType.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/Assets/Scripts/Event/EventType.cs b/Assets/Scripts/Event/EventType.cs index 71bc40e..c45ca8f 100644 --- a/Assets/Scripts/Event/EventType.cs +++ b/Assets/Scripts/Event/EventType.cs @@ -38,7 +38,11 @@ // 火元素塔充能使用结束 FireTowerChargeEnd, //新手引导结束 - GuideFinish + GuideFinish, + // 无尽模式成功通过第*关,第*波 + EndlessCompletedPort, + // 无尽模式关卡结束 + EndlessLevelCompleted, } } -- Gitblit v1.9.1