// Use this for initialization void Start() { InkEventWatcher.Subscribe(this); }
void OnDestroy() { InkEventWatcher.Unsubscribe(this); }