forked from Arcana/node-dota2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
update_proto.sh
22 lines (22 loc) · 2.12 KB
/
update_proto.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
pushd proto
rm *.proto
wget https://raw.githubusercontent.com/SteamDatabase/GameTracking-Dota2/master/Protobufs/base_gcmessages.proto
wget https://raw.githubusercontent.com/SteamDatabase/GameTracking-Dota2/master/Protobufs/gcsdk_gcmessages.proto
wget https://raw.githubusercontent.com/SteamDatabase/GameTracking-Dota2/master/Protobufs/dota_gcmessages_client.proto
wget https://raw.githubusercontent.com/SteamDatabase/GameTracking-Dota2/master/Protobufs/dota_shared_enums.proto
wget https://raw.githubusercontent.com/SteamDatabase/GameTracking-Dota2/master/Protobufs/econ_shared_enums.proto
wget https://raw.githubusercontent.com/SteamDatabase/GameTracking-Dota2/master/Protobufs/dota_gcmessages_client_fantasy.proto
wget https://raw.githubusercontent.com/SteamDatabase/GameTracking-Dota2/master/Protobufs/dota_gcmessages_common.proto
wget https://raw.githubusercontent.com/SteamDatabase/GameTracking-Dota2/master/Protobufs/dota_gcmessages_common_match_management.proto
wget https://raw.githubusercontent.com/SteamDatabase/GameTracking-Dota2/master/Protobufs/steammessages.proto
wget https://raw.githubusercontent.com/SteamDatabase/GameTracking-Dota2/master/Protobufs/econ_gcmessages.proto
wget https://raw.githubusercontent.com/SteamDatabase/GameTracking-Dota2/master/Protobufs/gcsystemmsgs.proto
wget https://raw.githubusercontent.com/SteamDatabase/GameTracking-Dota2/master/Protobufs/dota_gcmessages_msgid.proto
wget https://raw.githubusercontent.com/SteamDatabase/GameTracking-Dota2/master/Protobufs/dota_gcmessages_client_chat.proto
wget https://raw.githubusercontent.com/SteamDatabase/GameTracking-Dota2/master/Protobufs/dota_gcmessages_client_match_management.proto
wget https://raw.githubusercontent.com/SteamDatabase/GameTracking-Dota2/master/Protobufs/dota_client_enums.proto
wget https://raw.githubusercontent.com/SteamDatabase/GameTracking-Dota2/master/Protobufs/dota_gcmessages_client_guild.proto
wget https://raw.githubusercontent.com/SteamDatabase/GameTracking-Dota2/master/Protobufs/dota_gcmessages_client_watch.proto
wget https://raw.githubusercontent.com/SteamDatabase/GameTracking-Dota2/master/Protobufs/dota_gcmessages_client_team.proto
popd