Interface IDestinationGoal
- 
- All Known Implementing Classes:
- AmbulanceAgent.GoHome,- FireBrigadeAgent.GoHome,- MovementCapa.Move
 
 public interface IDestinationGoal
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IVector2getDestination()Get the destination.
 
- 
- 
- 
Method Detail- 
getDestinationIVector2 getDestination() Get the destination.- Returns:
- The destination.
 
 
- 
 
-