added spray patterns

This commit is contained in:
2021-10-31 08:40:02 +01:00
parent 268793f0e5
commit 978232dd0a
66 changed files with 16805 additions and 11903 deletions

View File

@@ -24,6 +24,6 @@ func (RoundStats) Fields() []ent.Field {
// Edges of the RoundStats.
func (RoundStats) Edges() []ent.Edge {
return []ent.Edge{
edge.From("stat", Stats.Type).Ref("round_stats").Unique(),
edge.From("match_player", MatchPlayer.Type).Ref("round_stats").Unique(),
}
}