Skip to content
Snippets Groups Projects
Commit 25358d07 authored by stendler's avatar stendler
Browse files

renamed BackKeyEvent to KeyEvent - can be any Key and Action

parent 7bc27c33
Branches
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ using UnityEngine.UI;
namespace MemoryBox.arScene.Scripts
{
[RequireComponent(typeof(Button))]
public class BackKeyEvent : MonoBehaviour
public class KeyEvent : MonoBehaviour
{
public Button ButtonToActivate;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment