Browse Source

add missing line in GC example

pull/34/head
Rossen Georgiev 9 years ago
parent
commit
c3c2fe6dfc
  1. 1
      steam/client/gc.py

1
steam/client/gc.py

@ -32,6 +32,7 @@ Example implementation of Dota 2 GC client with inheritance.
client.login()
client.games_played([570])
dota.send_hello()
The above code assumes that we have a ``myDotaModule`` that contains the appropriate
protobufs needed to (de)serialize message for communication with GC.

Loading…
Cancel
Save