8 lines
208 B
Go
8 lines
208 B
Go
package consts
|
|
|
|
const (
|
|
GameActionGetHomePointsState = "getStakeHomePointsState"
|
|
GameActionStakePoints = "stakeHomePoints"
|
|
GameActionSendNoticeAward = "SendNoticeAward" //给多角色发邮件
|
|
)
|