aozhiwei a2ed440577 1
2020-11-30 16:30:19 +08:00

15 lines
172 B
Go

package main
import (
"f5"
)
type GlobalVar struct {
MetaMgr *MetaMgr
HttpServer *f5.HttpServer
GameLog *GameLog
GameMgr *GameMgr
}
var G *GlobalVar = &GlobalVar{}