mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-14 21:55:09 +00:00
run source generator to add totem climb (#663)
This commit is contained in:
parent
e27458d078
commit
59a0227b07
1 changed files with 11 additions and 0 deletions
|
@ -530,6 +530,17 @@ namespace HeavenStudio
|
||||||
Debug.LogWarning("Game loader AgbTossBoysLoader failed!");
|
Debug.LogWarning("Game loader AgbTossBoysLoader failed!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Debug.Log("Running game loader TotemClimbLoader");
|
||||||
|
game = TotemClimbLoader.AddGame(eventCaller);
|
||||||
|
if (game != null)
|
||||||
|
{
|
||||||
|
eventCaller.minigames.Add(game.name, game);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Debug.LogWarning("Game loader TotemClimbLoader failed!");
|
||||||
|
}
|
||||||
|
|
||||||
Debug.Log("Running game loader AgbTramLoader");
|
Debug.Log("Running game loader AgbTramLoader");
|
||||||
game = AgbTramLoader.AddGame(eventCaller);
|
game = AgbTramLoader.AddGame(eventCaller);
|
||||||
if (game != null)
|
if (game != null)
|
||||||
|
|
Loading…
Reference in a new issue