UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

6 lines (4 loc) 184 B
import type { ScreenViewBaseConfig, ScreenCurrentTotal } from './ScreenViewBaseConfig'; export type ScreenBattleViewConfig = ScreenViewBaseConfig & { lives?: ScreenCurrentTotal; };