- [Core] Added new entry (#23)

This commit is contained in:
Razmoth
2023-09-26 10:29:17 +04:00
parent 27a7de1fe0
commit f1ea41a2c7
3 changed files with 39 additions and 1 deletions

View File

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