game_sync/gamerule/pushcoin/constant.go

12 lines
115 B
Go

package pushcoin
const (
GameStatePlay = iota
GameStateMax
)
const (
PowerMax = 700000
PowerInit = 400000
)