From 2f76a208b5e44048d4ad03343535a64ec335fba4 Mon Sep 17 00:00:00 2001 From: Gustavo Barbosa Date: Wed, 13 Aug 2025 11:45:59 -0300 Subject: [PATCH] Tirando "PALHA" do front --- src/frontend/src/modelo/Jogo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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