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