// Called when the event has been received
		private void OnExampleEvent(ExampleEvent evt)
		{
			Debug.Log(evt.Key + " pressed!");
		}
예제 #2
0
 // Called when the event has been received
 private void OnExampleEvent(ExampleEvent evt)
 {
     Debug.Log(evt.Key + " pressed!");
 }