mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-08 00:08:00 +00:00
77b5e10613
Had to recompile lua and using luarocks had to compile luadocumentor
11 lines
148 B
Lua
11 lines
148 B
Lua
--- @module DCSTask
|
|
|
|
|
|
--- @type DCSTask
|
|
-- @field #string id
|
|
-- @field #DCSTask.param param
|
|
|
|
--- @type DCSTask.param
|
|
|
|
env.info( "DCSTask defined" )
|