UNPKG

steam-user

Version:

Steam client for Individual and AnonUser Steam account types

12 lines (10 loc) 141 B
/** * @enum EClientUIMode */ module.exports = { None: 0, BigPicture: 1, Mobile: 2, Web: 3 // I don't know how to get the VR thing };