A bunch of tweaks

This commit is contained in:
2025-07-14 16:55:26 -07:00
parent 7d5f7ea7c6
commit 47030a76a1
19 changed files with 144 additions and 143 deletions

View File

@@ -1,4 +1,3 @@
using TMPro;
using UnityEngine;
public class AccountHandler : MonoBehaviour
@@ -98,10 +97,4 @@ public class AccountHandler : MonoBehaviour
break;
}
}
public static void UpdateStatusText(TMP_Text statusText, string message, Color color)
{
statusText.text = message;
statusText.color = color;
}
}