├── .gitignore ├── README.md ├── convert-gen.py ├── econ.proto └── econ_pb2.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dr3fty/cs2-inspect-gen/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dr3fty/cs2-inspect-gen/HEAD/README.md -------------------------------------------------------------------------------- /convert-gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dr3fty/cs2-inspect-gen/HEAD/convert-gen.py -------------------------------------------------------------------------------- /econ.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dr3fty/cs2-inspect-gen/HEAD/econ.proto -------------------------------------------------------------------------------- /econ_pb2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dr3fty/cs2-inspect-gen/HEAD/econ_pb2.py --------------------------------------------------------------------------------