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