From d7cc2eb4decd1cc4993b2d137ff3993f8201313f Mon Sep 17 00:00:00 2001 From: wangguan <wangguan@kt007.com> Date: Wed, 25 Nov 2020 14:24:09 +0800 Subject: [PATCH] 推动BUG 增加金币获得特效 --- Assets/Scripts/Event/EventType.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Assets/Scripts/Event/EventType.cs b/Assets/Scripts/Event/EventType.cs index 6e05738..a7b519a 100644 --- a/Assets/Scripts/Event/EventType.cs +++ b/Assets/Scripts/Event/EventType.cs @@ -101,6 +101,8 @@ SkillLevelUpBuff, //所有数据读取结束 JsonDataReadDone, + //播放金币获得特效 + PlayGetGoldPS, } -- Gitblit v1.9.1