feat: 积分质押功能
This commit is contained in:
6
internal/consts/game_action.go
Normal file
6
internal/consts/game_action.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package consts
|
||||
|
||||
const (
|
||||
GameActionGetHomePointsState = "getStakeHomePointsState"
|
||||
GameActionStakePoints = "stakeHomePoints"
|
||||
)
|
||||
Reference in New Issue
Block a user