aozhiwei d56c5835f1 1
2020-11-30 14:11:14 +08:00

18 lines
176 B
Go

package main
import (
"f5"
)
type GameLog struct {
}
func (this *GameLog) Init() *GameLog {
f5.TgLog().SetPolyLog(true)
return this
}
func (this *GameLog) UnInit() {
}