There was an error while loading. Please reload this page.
1 parent fcb35d0 commit ed4b177Copy full SHA for ed4b177
1 file changed
README.md
@@ -46,7 +46,7 @@ GameStringText gameStringText = new("Every <c val=\"#TooltipNumbers\">18</c> sec
46
47
if (gameStringText.IsFontValuesExtracted)
48
{
49
- IEnumerable<string>? constantValues = gameStringText.FontStyleConstantValues;
+ IEnumerable<string>? constantValues = gameStringText.FontConstantValues;
50
IEnumerable<string>? styleValues = gameStringText.FontStyleValues;
51
52
// constantValues: { "#TooltipNumbers" }
0 commit comments