public void Notifying(GamePlay.Component.GComponent component)
 {
     BaseNode?.Notifying(component);
     AdditiveNode?.Notifying(component);
 }