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

@@ -9,14 +9,17 @@ import (
// Match is the predicate function for match builders.
type Match func(*sql.Selector)
// MatchPlayer is the predicate function for matchplayer builders.
type MatchPlayer func(*sql.Selector)
// Player is the predicate function for player builders.
type Player func(*sql.Selector)
// RoundStats is the predicate function for roundstats builders.
type RoundStats func(*sql.Selector)
// Stats is the predicate function for stats builders.
type Stats func(*sql.Selector)
// Spray is the predicate function for spray builders.
type Spray func(*sql.Selector)
// WeaponStats is the predicate function for weaponstats builders.
type WeaponStats func(*sql.Selector)
// Weapon is the predicate function for weapon builders.
type Weapon func(*sql.Selector)