Finish Cargo/FC/Transport

This commit is contained in:
FlightControl_Master
2018-04-09 12:56:11 +02:00
parent 86cc1f81b6
commit 4eb596f5bf
5 changed files with 91 additions and 327 deletions

View File

@@ -8,7 +8,7 @@
--
-- ===
--
-- @module Controllable
-- @module Wrapper.Controllable

View File

@@ -23,7 +23,7 @@
--
-- ===
--
-- @module Group
-- @module Wrapper.Group
--- @type GROUP
@@ -1143,6 +1143,8 @@ function GROUP:Respawn( Template, Reset )
self:ResetEvents()
return self
end