Changed some UI and added changing fonts

This commit is contained in:
BOT Alex 2023-08-27 06:22:01 +02:00
parent ec55964c46
commit 46664fac59
13 changed files with 133 additions and 20 deletions

View file

@ -10,6 +10,7 @@ namespace CCharLearn
{
public class Program
{
public static int CCharsLeft = 0;
public static Action UpdateUiEvent;