"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
constPOWER_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',
};