Пример #1
0
 public void Notifying(GamePlay.Component.GComponent component)
 {
     SourceNode?.Notifying(component);
     DestinationNode?.Notifying(component);
 }