Finish color changing UIS

This commit is contained in:
2025-09-07 10:34:01 -07:00
parent 9485f65f16
commit dc48de0d1f
16 changed files with 6164 additions and 171 deletions

View File

@@ -96,5 +96,6 @@ public class AccountHandler : MonoBehaviour
accountRefreshLogin.gameObject.SetActive(true);
break;
}
foreach (CustomColorObject customColorObject in FindObjectsByType<CustomColorObject>(FindObjectsSortMode.None)) customColorObject.SetColor();
}
}