UNPKG

nodesu

Version:
13 lines (11 loc) 170 B
'use strict'; /** * Enum for the team type for multi team * @readonly * @enum {Number} */ const MultiTeam = { red: 2, blue: 1 }; module.exports = MultiTeam;