Rename ConfirmationType to EConfirmationType for consistency

This commit is contained in:
Alex Corn 2021-07-29 05:20:34 -04:00
parent 485529e807
commit dfda22cee4
No known key found for this signature in database
GPG Key ID: E51989A3E7A27FDF

View File

@ -14,7 +14,7 @@ Util.inherits(SteamCommunity, EventEmitter);
module.exports = SteamCommunity;
SteamCommunity.SteamID = SteamID;
SteamCommunity.ConfirmationType = require('./resources/EConfirmationType.js');
SteamCommunity.EConfirmationType = require('./resources/EConfirmationType.js');
SteamCommunity.EResult = require('./resources/EResult.js');
SteamCommunity.EFriendRelationship = require('./resources/EFriendRelationship.js');