opt-cc/static/src/app/utils/fraction.enum.ts

7 lines
116 B
TypeScript

export enum Fraction {
BLUFOR = 'NATO',
OPFOR = 'CSAT',
COLOR_BLUFOR = '#0000FF',
COLOR_OPFOR = '#B22222'
}