Implemented new Lottie plugin, added AppSwitcher icon
This commit is contained in:
10
Assets/Scripts/UI/AppSwitcher.cs
Normal file
10
Assets/Scripts/UI/AppSwitcher.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class AppSwitcher : MonoBehaviour
|
||||
{
|
||||
public void OpenAppSwitcher()
|
||||
{
|
||||
Debug.Log("I'm mr. frog, hello!");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user