added roundstats with eco info, switched to avatar hash
This commit is contained in:
@@ -16,6 +16,8 @@ type Tx struct {
|
||||
Match *MatchClient
|
||||
// Player is the client for interacting with the Player builders.
|
||||
Player *PlayerClient
|
||||
// RoundStats is the client for interacting with the RoundStats builders.
|
||||
RoundStats *RoundStatsClient
|
||||
// Stats is the client for interacting with the Stats builders.
|
||||
Stats *StatsClient
|
||||
// WeaponStats is the client for interacting with the WeaponStats builders.
|
||||
@@ -157,6 +159,7 @@ func (tx *Tx) Client() *Client {
|
||||
func (tx *Tx) init() {
|
||||
tx.Match = NewMatchClient(tx.config)
|
||||
tx.Player = NewPlayerClient(tx.config)
|
||||
tx.RoundStats = NewRoundStatsClient(tx.config)
|
||||
tx.Stats = NewStatsClient(tx.config)
|
||||
tx.WeaponStats = NewWeaponStatsClient(tx.config)
|
||||
}
|
||||
|
Reference in New Issue
Block a user