# Conflicts:
#	make.bat
This commit is contained in:
chacha
2026-01-28 23:03:15 +00:00
3 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
class ChaChaFontInfo expands FontInfo;
class ChaChaFontInfo expands IChaChaFontInfo;
/********************************

View File

@@ -25,7 +25,7 @@ simulated function PreBeginPlay()
if(Role == ROLE_Authority) SaveConfig();
}
simulated function FontInfo Get(String requestedFont)
simulated function IChaChaFontInfo Get(String requestedFont)
{
switch(requestedFont)
{

BIN
System/ChaChaFontsV1.u Normal file

Binary file not shown.