private void OnDisable() => targetGraph?.Exit();
示例#2
0
 public void Stop()
 {
     targetGraph?.Exit();
 }