feat: refactor

This commit is contained in:
Zamitto 2024-09-26 15:33:32 -03:00
parent c72eefdb77
commit 780ab5f909
10 changed files with 68 additions and 131 deletions

View file

@ -23,3 +23,10 @@ export enum SteamContentDescriptor {
FrequentNudityOrSexualContent = 4,
GeneralMatureContent = 5,
}
export enum Cracker {
codex = "CODEX",
rune = "RUNE",
onlineFix = "OnlineFix",
goldberg = "Goldberg",
}