public override bool Update(float secondsElapsed) { if (Add) { Parent.AddActor(Target); } else { Parent.RemoveActor(Target); } return(true); }