updated login/register ui, accidentally deleted message sender game object

This commit is contained in:
Lorenzo
2022-04-07 15:27:12 +02:00
parent 41effa0279
commit 63c3743b35
10 changed files with 7256 additions and 4052 deletions

View 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);
}
}