增加提取castile到游戏的逻辑。

This commit is contained in:
yuming88
2025-04-28 19:26:17 +08:00
parent e50137a90e
commit d40cdda6ae
11 changed files with 205 additions and 73 deletions

View File

@@ -3,4 +3,5 @@ package consts
const (
GameActionGetHomePointsState = "getStakeHomePointsState"
GameActionStakePoints = "stakeHomePoints"
GameActionSendNoticeAward = "SendNoticeAward" //给多角色发邮件
)