Skip to content

Commit

Permalink
add EPackageStatus enum
Browse files Browse the repository at this point in the history
  • Loading branch information
rossengeorgiev committed May 5, 2021
1 parent ccd5111 commit 9ac4202
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions steam/enums/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,13 @@ class EPaymentMethod(SteamIntEnum):
Complimentary = 1024


class EPackageStatus(SteamIntEnum):
Available = 0
Preorder = 1
Unavailable = 2
Invalid = 3


# Do not remove
from enum import EnumMeta

Expand Down

0 comments on commit 9ac4202

Please sign in to comment.