DoctorMcKay / node-tf2

Simple module to interact with the TF2 game coordinator
https://www.npmjs.com/package/tf2
MIT License
54 stars 26 forks source link

feat/add-itemschema-caching #30

Open Sadzurami opened 1 year ago

Sadzurami commented 1 year ago

Added ability to cache items schema, when using multiple bots.

Without breaking changes (all events emitting the same way).

Also added class property itemSchemaVersion, which contains current items schema version (i don't know should it be documented in readme or not).

Sadzurami commented 12 months ago

@DoctorMcKay any thoughts about this and other prs?