UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

8 lines (7 loc) 232 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STEERING_WHEEL_ACTION_COMMAND = void 0; exports.STEERING_WHEEL_ACTION_COMMAND = { TURN_LED_ON: 'TurnLedOn', TURN_LED_OFF: 'TurnLedOff', };