Skip to content

Commit

Permalink
update ECurrencyCode enum
Browse files Browse the repository at this point in the history
close ValvePython#177

[ci skip]
  • Loading branch information
rossengeorgiev committed Feb 3, 2019
1 parent 609eb72 commit 44fca27
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion steam/enums/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,15 @@ class ECurrencyCode(SteamIntEnum):
SAR = 31
AED = 32
SEK = 33
Max = 34
ARS = 34
ILS = 35
BYN = 36
KZT = 37
KWD = 38
QAR = 39
CRC = 40
UYU = 41
Max = 42


# Do not remove
Expand Down

0 comments on commit 44fca27

Please sign in to comment.