MegaAntiCheat / client-backend

GNU General Public License v3.0
117 stars 24 forks source link

Cache steam info #141

Closed Bash-09 closed 4 months ago

Bash-09 commented 4 months ago

When exiting the client, all the steam info in memory is dumped into a binary file cache, when starting the client the cache is read back so that some accounts can have some steam info present without having to retrieve it again each time.

(Depends on #140)