mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
10 lines
157 B
Lua
10 lines
157 B
Lua
--- @module DCS.DCSCommand
|
|
|
|
|
|
--- @type Command
|
|
-- @field #string id
|
|
-- @field #Command.params params
|
|
|
|
--- @type Command.params
|
|
|
|
env.info( "Command defined" ) |