This commit is contained in:
filifa 2024-07-20 15:15:35 -05:00
parent bb58d07706
commit 2fe2b615c9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ type Push struct {
}
const (
GameFinalCode = 4200
GameFinalCode = 4200
GameUnavailableCode = 4400
)