mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 08:17:38 +02:00
Mannequin Factory (#499)
* everything yeah. everything..? just needs an icon * ass buns * clean up + split up the blocks * quick refresh just so this doesn't get stale and fall behind in the codebase * NOT DONE YET! gonna finish tomorrow * it's done!! * oh oops gotta actually load the game
This commit is contained in:
@ -266,6 +266,17 @@ namespace HeavenStudio
|
||||
Debug.LogWarning("Game loader NtrBackbeatLoader failed!");
|
||||
}
|
||||
|
||||
Debug.Log("Running game loader AgbMannequinFactoryLoader");
|
||||
game = AgbMannequinFactoryLoader.AddGame(eventCaller);
|
||||
if (game != null)
|
||||
{
|
||||
eventCaller.minigames.Add(game.name, game);
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.LogWarning("Game loader AgbMannequinFactoryLoader failed!");
|
||||
}
|
||||
|
||||
Debug.Log("Running game loader RvlManzaiLoader");
|
||||
game = RvlManzaiLoader.AddGame(eventCaller);
|
||||
if (game != null)
|
||||
|
Reference in New Issue
Block a user