UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

5 lines (4 loc) 102 B
export const PLAYER_TYPE = { ADULT: 'ADULT', MINOR: 'MINOR', // Managed by a Guardian } as const;