- [Core] Added new entry

This commit is contained in:
Razmoth
2023-09-29 23:22:41 +04:00
parent 8fbdff05e7
commit b2b1c15644
3 changed files with 35 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ namespace AssetStudio
Games.Add(index++, new Game(GameType.AliceGearAegis));
Games.Add(index++, new Game(GameType.ProjectSekai));
Games.Add(index++, new Game(GameType.CodenameJump));
Games.Add(index++, new Game(GameType.GirlsFrontline));
}
public static Game GetGame(GameType gameType) => GetGame((int)gameType);
public static Game GetGame(int index)
@@ -148,7 +149,8 @@ namespace AssetStudio
ImaginaryFest,
AliceGearAegis,
ProjectSekai,
CodenameJump
CodenameJump,
GirlsFrontline
}
public static class GameTypes