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