UNPKG

steam-user

Version:

Steam client for Individual and AnonUser Steam account types

12 lines (10 loc) 156 B
/** * @enum EControllerLayoutType */ module.exports = { Phone: 0, Tablet: 1, // Value-to-name mapping for convenience 0: 'Phone', 1: 'Tablet', };