This commit is contained in:
FlightControl
2017-06-03 10:28:50 +02:00
parent 09776a60c9
commit 37a176e3ae
3 changed files with 193 additions and 163 deletions

View File

@@ -198,7 +198,13 @@ function AI_A2A:New( AIGroup )
return self
end
function AI_A2A:SetDispatcher( Dispatcher )
self.Dispatcher = Dispatcher
end
function AI_A2A:GetDispatcher()
return self.Dispatcher
end
--- Sets (modifies) the minimum and maximum speed of the patrol.