A bunch of tweaks
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user