From dbdac05546e47dd02381204f4f56e10f601f3c29 Mon Sep 17 00:00:00 2001 From: liuzhiwei <liuzhiwei@qq.com> Date: Wed, 25 Nov 2020 16:15:47 +0800 Subject: [PATCH] Merge branch 'master' of http://172.16.1.52:8090/r/GemBattle into master --- 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