Introducing the UI and ToastManager
This commit is contained in:
11
Assets/Scripts/UI/Toast.cs
Normal file
11
Assets/Scripts/UI/Toast.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
public class Toast : MonoBehaviour {
|
||||
|
||||
public Text textElement;
|
||||
public Image iconElement;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user