| IsRefreshing | True if we're currently fetching new stats |
| Item | |
| LastRefresh | The UTC datetime when we last fetched new stats |
| Copy | Make a copy of this class. Allows you to store the stats from a point in time. |
| Get | Get a stat by name. Will return an empty stat if not found |
| GetEnumerator | |
| Refresh | Refresh these global stats - grab the latest values |
| TryGet | Get a stat by name, returns true if found |