map-alliance/src/app/adjectives.ts
2019-09-02 12:56:19 -04:00

19 lines
255 B
TypeScript

export const Adjectives = [
'Strict',
'poor',
'Old',
'Hot',
'Huge',
'Scared',
'Large',
'Tall',
'Antique',
'Complete',
'Offbeat',
'Selective',
'Unwilling',
'Lively',
'Nebulous',
'Deranged'
];