mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-20 17:07:54 +00:00
6 lines
138 B
Lua
6 lines
138 B
Lua
|
|
local FACGroup = GROUP:FindByName( "FAC Group" )
|
|
|
|
local FACDetection = DETECTION_BASE:New( FACGroup, 1000, 250 ):InitDetectIRST( true )
|
|
|