This commit is contained in:
SoulliesOfficial
2025-10-24 09:11:22 -04:00
parent 61a397dd4c
commit 76157e3cb1
329 changed files with 8609 additions and 4549 deletions

View File

@@ -60,6 +60,7 @@ namespace Continentis.MainGame
public partial class MainGameManager
{
public static void GenerateInfoText(string content, CombatCharacterViewBase characterView, Color color = default, float size = 1)
=> Instance.basePrefabs.GenerateInfoText(content, characterView, color, size);
}
}