diff --git a/src/frontend/src/modelo/Jogo.ts b/src/frontend/src/modelo/Jogo.ts index f8d9d91..82937c8 100644 --- a/src/frontend/src/modelo/Jogo.ts +++ b/src/frontend/src/modelo/Jogo.ts @@ -11,4 +11,4 @@ export default class Jogo { export type Preco = 'VALOR' | 'DE_GRACA' | 'DESCONHECIDO' | 'PRESENTE' | number; -export type Estado = 'NOVO' | 'JOGUEI' | 'SATISFEITO' | 'PALHA' | 'ETERNO'; \ No newline at end of file +export type Estado = 'NOVO' | 'JOGUEI' | 'SATISFEITO' | 'ETERNO'; \ No newline at end of file