package events
type PlayerStartPlay struct {
User string
MusicId string
CurrentTime int64
PlayTime int64
}