mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Fix dependency error
This commit is contained in:
parent
4de8bc742f
commit
da0bf650fa
@ -275,8 +275,12 @@ SPAWN = {
|
|||||||
-- @extends Wrapper.Group#GROUP.Takeoff
|
-- @extends Wrapper.Group#GROUP.Takeoff
|
||||||
|
|
||||||
--- @field #SPAWN.Takeoff Takeoff
|
--- @field #SPAWN.Takeoff Takeoff
|
||||||
SPAWN.Takeoff = GROUP.Takeoff
|
SPAWN.Takeoff = {
|
||||||
|
Air = 1,
|
||||||
|
Runway = 2,
|
||||||
|
Hot = 3,
|
||||||
|
Cold = 4,
|
||||||
|
}
|
||||||
|
|
||||||
--- @type SPAWN.SpawnZoneTable
|
--- @type SPAWN.SpawnZoneTable
|
||||||
-- @list <Core.Zone#ZONE_BASE> SpawnZone
|
-- @list <Core.Zone#ZONE_BASE> SpawnZone
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user