[FEATURE] Detailed stats about player weapon usage and hitgroups (#1)

Reviewed-on: https://git.harting.dev/CSGOWTF/csgowtfd/pulls/1
Co-authored-by: Giovanni Harting <539@idlegandalf.com>
Co-committed-by: Giovanni Harting <539@idlegandalf.com>
This commit is contained in:
2021-10-16 01:49:52 +02:00
parent 3ff65bc5d7
commit 99ec0ad1bc
37 changed files with 15185 additions and 1080 deletions

View File

@@ -14,3 +14,6 @@ type Player func(*sql.Selector)
// Stats is the predicate function for stats builders.
type Stats func(*sql.Selector)
// WeaponStats is the predicate function for weaponstats builders.
type WeaponStats func(*sql.Selector)