// We dont care whihc type of actor
 // TODO: unsubscribe on action finished as well
 public override bool Use(Characters.Character source)
 {
     source.Tackle(this);
     return(true);
 }