XinYeYouKu/event/observers/score.go

9 lines
102 B
Go
Raw Permalink Normal View History

2024-06-07 18:24:56 +08:00
package observers
type ScoreLogin struct {
}
func (this *ScoreLogin) Handle(param interface{}) {
}