client/lua_probject/extend_project/extend/poker/runfast/RunFast_GameEvent.lua

25 lines
721 B
Lua
Raw Normal View History

2025-04-01 10:48:36 +08:00
---
--- Created by 谌建军.
--- DateTime: 2017/12/13 10:55
---
local RunFast_GameEvent = {
OnMingCard = "OnMingCard",
OnInitCard = "OnInitCard",
OnOptions = "OnOptions",
OnPiaoTips = "OnPiaoTips",
OnPiaoAction = "OnPiaoAction",
OnBombScore = "OnBombScore",
OnIndexMove = "OnIndexMove",
OnPlaySucc = "OnPlaySucc",
OnErrorTip = "OnErrorTip",
OnPassSucc = "OnPassSucc",
OnResult = "OnResult",
OnResultByDissolve = "OnResultByDissolve",
OnConfrimToNextGameSucc = "OnConfrimToNextGameSucc",
2025-09-29 16:09:08 +08:00
Game_TuoGuan = "Game_TuoGuan",
EventXiPai = "EventXiPai",
OnPassSuccCheckCard = "OnPassSuccCheckCard",
2025-10-17 18:30:44 +08:00
OnBompScoreNew = "OnBompScoreNew",
2025-04-01 10:48:36 +08:00
}
2025-09-29 16:09:08 +08:00
return RunFast_GameEvent