Class AmbulancePlan


  • public class AmbulancePlan
    extends Plan
    Move to victims and treat them.
    • Constructor Detail

      • AmbulancePlan

        public AmbulancePlan()
    • 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