Beispiel #1
0
 // Use this for initialization
 void Start()
 {
     InkEventWatcher.Subscribe(this);
 }
Beispiel #2
0
 void OnDestroy()
 {
     InkEventWatcher.Unsubscribe(this);
 }