Elo system update

This commit is contained in:
2026-04-29 13:10:00 +07:00
parent ed86fface3
commit 1222d39fdf
25 changed files with 462 additions and 293 deletions

View File

@@ -45,6 +45,8 @@ namespace Hallucinate.UI
return key;
}
public virtual void Update() { }
public virtual async Task PlayTransitionIn()
{
if (root == null) return;