UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

11 lines (10 loc) 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const POWER_UP_TARGET = { /** Affect the owner of the power-up */ Self: 'Self', /** Affect a single Kart */ Any: 'Any', /** Affect all the other Karts in game (must communicate to the server) */ All: 'All', };