updated login/register ui, accidentally deleted message sender game object
This commit is contained in:
15
Assets/Game/Scripts/OtherUIbuttons.cs
Normal file
15
Assets/Game/Scripts/OtherUIbuttons.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using TMPro;
|
||||
|
||||
public class OtherUIbuttons : MonoBehaviour
|
||||
{
|
||||
public GameObject Re;
|
||||
|
||||
|
||||
public void forgotPass()
|
||||
{
|
||||
Re.SetActive(true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user