Upgrade + Info Button on selection
This commit is contained in:
@@ -6,10 +6,17 @@ using TMPro;
|
||||
public class OtherUIbuttons : MonoBehaviour
|
||||
{
|
||||
public GameObject Re;
|
||||
public GameObject AuthError;
|
||||
|
||||
|
||||
public void forgotPass()
|
||||
{
|
||||
Re.SetActive(true);
|
||||
AuthError.SetActive(false);
|
||||
}
|
||||
|
||||
public void ErrorAuth(){
|
||||
AuthError.SetActive(true);
|
||||
Re.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user