Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

protobuf message naming document #29

Open
mapleray opened this issue Dec 3, 2024 · 2 comments
Open

protobuf message naming document #29

mapleray opened this issue Dec 3, 2024 · 2 comments

Comments

@mapleray
Copy link

mapleray commented Dec 3, 2024

Hi, I'm new to this, and I'm hoping to do some work interacting with steam/dota2 by using this library, and I'm a bit confused about the protobuf file right now, is there any documentation about kind in protobuf/build for parsing protobuf file?
I can guess the usage from the code in the protobuf/build, but I can't understand it well.
Is there a general introduction to the naming of message/enum variables in protobuf files?
Thx

@icewind1991
Copy link
Owner

You shouldn't need to deal with the protobufs yourself, the library comes with the dota2 protobufs/rust structs (behind a feature flag)

@mapleray
Copy link
Author

mapleray commented Dec 4, 2024

You shouldn't need to deal with the protobufs yourself, the library comes with the dota2 protobufs/rust structs (behind a feature flag)

yeah... but just want to know why parsing like this in protobuf/build 😄😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants