13 lines
211 B
Go
13 lines
211 B
Go
package logic
|
|
|
|
const lostTimeout = 300
|
|
|
|
const RolePowerMax = 200
|
|
const RolePowerCycle = 300 //秒
|
|
const RolePowerRegain = 1
|
|
|
|
const (
|
|
RequestTimeTypeChooseCivilization = iota
|
|
RequestTimeTypeChargeCreateOrder
|
|
)
|