mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 08:17:38 +02:00
run source generator to add totem climb (#663)
This commit is contained in:
@ -530,6 +530,17 @@ namespace HeavenStudio
|
||||
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");
|
||||
game = AgbTramLoader.AddGame(eventCaller);
|
||||
if (game != null)
|
||||
|
Reference in New Issue
Block a user