package events
import "fmt"
func OnPartitaPlayerJoins(partitaUid string) string {
return fmt.Sprintf("partita[uid=%q].players@join", partitaUid)
}