2021-01-07 10:35:11 +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() {
}