UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

8 lines (7 loc) 199 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PLAYER_TYPE = void 0; exports.PLAYER_TYPE = { ADULT: 'ADULT', MINOR: 'MINOR', // Managed by a Guardian };