mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
8 lines
269 B
Lua
8 lines
269 B
Lua
|
|
|
|
local FACGroup = GROUP:FindByName( "FAC Group" )
|
|
|
|
local FACDetection = DETECTION_UNITGROUPS:New( FACGroup, 1000, 250 )
|
|
local FACClientSet = SET_CLIENT:New():FilterCoalitions( "blue" ):FilterStart()
|
|
|
|
local FACReporting = FAC_REPORTING:New( FACClientSet, FACDetection ) |