Skip to content

Commit

Permalink
Merge pull request #543 from DoctorMcKay/update-eresult
Browse files Browse the repository at this point in the history
Updated EResult from latest SteamWorks SDK
  • Loading branch information
yaakov-h authored May 12, 2018
2 parents 8bd81ea + 0e442dc commit 0d7b024
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/SteamLanguage/eresult.steamd
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,6 @@ enum EResult
TooManyPending = 108;
NoSiteLicensesFound = 109;
WGNetworkSendExceeded = 110;
AccountNotFriends = 111;
LimitedUserAccount = 112;
};
2 changes: 2 additions & 0 deletions SteamKit2/SteamKit2/Base/Generated/SteamLanguage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1630,6 +1630,8 @@ public enum EResult
TooManyPending = 108,
NoSiteLicensesFound = 109,
WGNetworkSendExceeded = 110,
AccountNotFriends = 111,
LimitedUserAccount = 112,
}
public enum EUniverse
{
Expand Down

0 comments on commit 0d7b024

Please sign in to comment.