diff --git a/steam/client/gc.py b/steam/client/gc.py index 5de9c82..3a60914 100644 --- a/steam/client/gc.py +++ b/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.