Class TreatVictimPlan


  • public class TreatVictimPlan
    extends Plan
    Move to victim and treat her.
    • Constructor Detail

      • TreatVictimPlan

        public TreatVictimPlan()
    • Method Detail

      • body

        public void body()
        The plan body.
        Specified by:
        body in class Plan
      • failed

        public void failed()
        Called when a plan fails.
        Overrides:
        failed in class Plan