From 8d89ca7b0662cff2a93b33ed92205ff3f6170436 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 11 Oct 2020 09:11:40 +0800 Subject: *misc --- Assets/Scripts/Test.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Assets/Scripts/Test.cs') diff --git a/Assets/Scripts/Test.cs b/Assets/Scripts/Test.cs index 11b9f8c..69d4549 100644 --- a/Assets/Scripts/Test.cs +++ b/Assets/Scripts/Test.cs @@ -13,4 +13,11 @@ public class Test : MonoBehaviour { void Update () { } + + public void OnClickCallback() + { + Debug.Log("OnClicked!!!"); + } + + } -- cgit v1.1-26-g67d0