Browse Source

SteamUser: added docstring for steam_id

pull/35/merge
Rossen Georgiev 8 years ago
parent
commit
f838ddc617
  1. 2
      steam/client/user.py

2
steam/client/user.py

@ -10,7 +10,7 @@ class SteamUser(object):
"""Holds various functionality and data related to a steam user
"""
_pstate = None
steam_id = SteamID()
steam_id = SteamID() #: steam id
relationship = EFriendRelationship.NONE #: friendship status
def __init__(self, steam_id, steam):

Loading…
Cancel
Save