added roundstats with eco info, switched to avatar hash

This commit is contained in:
2021-10-17 03:52:20 +02:00
parent 7f5a2f8956
commit fd8c026a8e
35 changed files with 4187 additions and 160 deletions

View File

@@ -12,6 +12,9 @@ type Match 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)