mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-05 17:13:36 +08:00
c5d57c03ee
* Replace protobuf 2.6.1 with 3.21.8 * Update/add protobuf libs * Add CS2 protos * Remove old csgo/dota protos * Add versioned protoc bin * Comment out Valve's `schema` define for now * Use ENetworkDisconnectionReason * Fix-up `offsetof` to avoid errors on some Clang versions
4 lines
92 B
Python
4 lines
92 B
Python
PROTOC_VERSION = "21.8"
|
|
PROTOBUF_JAVA_VERSION = "3.21.8"
|
|
PROTOBUF_PYTHON_VERSION = "4.21.8"
|