Update Unit.lua

This commit is contained in:
Frank 2021-04-17 22:19:27 +02:00
parent 5f567fcf66
commit 3e470e557d

View File

@ -154,8 +154,8 @@ function UNIT:Name()
return self.UnitName
end
--- @param #UNIT self
--- Get the DCS unit object.
-- @param #UNIT self
-- @return DCS#Unit
function UNIT:GetDCSObject()