feat: add 3dm file inside game directory

This commit is contained in:
Zamitto 2024-10-04 16:37:01 -03:00
parent 94e242168c
commit 5e313a0374
5 changed files with 65 additions and 17 deletions

View file

@ -35,4 +35,5 @@ export enum Cracker {
skidrow = "SKIDROW",
creamAPI = "CreamAPI",
smartSteamEmu = "SmartSteamEmu",
_3dm = "3dm",
}