steam_vent_proto_tf2/
lib.rs

1//! steam-vent protobufs for tf2 specific messages
2
3mod generated;
4mod handshake;
5
6pub use generated::*;
7pub use handshake::GCHandshake;