示例#1
0
 public void RemoveSnapshotTakenEvent(UnityAction <string> action)
 {
     _snapshotTakenEvent.RemoveListener(action);
 }
示例#2
0
 public void RemovePathPreparedEvent(UnityAction <string> action)
 {
     _pathPreparedEvent.RemoveListener(action);
 }