Beispiel #1
0
 private void Awake()
 {
     OnTouchStarted.AddListener(delegate { TestFunction(); });
 }