Changed Core.Group to Wrapper.Group

This commit is contained in:
kaltokri
2023-10-31 16:36:51 +01:00
parent aa7d0b1e25
commit e032781a92
5 changed files with 20 additions and 20 deletions

View File

@@ -297,7 +297,7 @@ function AI_ESCORT_REQUEST:onafterStop( EscortGroupSet )
self:F()
EscortGroupSet:ForEachGroup(
--- @param Core.Group#GROUP EscortGroup
--- @param Wrapper.Group#GROUP EscortGroup
function( EscortGroup )
EscortGroup:WayPointInitialize()