feat: 积分质押功能

This commit is contained in:
2025-04-03 16:17:20 +08:00
parent 229f1d181b
commit 8119bcefdc
40 changed files with 2552 additions and 108 deletions

View File

@@ -0,0 +1,6 @@
package consts
const (
GameActionGetHomePointsState = "getStakeHomePointsState"
GameActionStakePoints = "stakeHomePoints"
)