YouChuKoffee/event/observers/score.go

9 lines
102 B
Go
Raw Normal View History

2024-06-17 14:18:39 +08:00
package observers
type ScoreLogin struct {
}
func (this *ScoreLogin) Handle(param interface{}) {
}