mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
11 lines
184 B
Lua
11 lines
184 B
Lua
-------------------------------------------------------------------------------
|
|
-- @module DCSZone
|
|
|
|
|
|
|
|
---
|
|
-- @type Zone
|
|
-- @field DCSVec3#Vec3 point
|
|
-- @field #number radius
|
|
Zone = {}
|