mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2026-08-18 18:25:14 +00:00
10 lines
362 B
Lua
10 lines
362 B
Lua
|
|
|
|
FACSetGroup = SET_GROUP:New():FilterPrefixes( "FAC Group" ):FilterStart()
|
|
|
|
FACDetection = DETECTION_AREAS:New( FACSetGroup, 1000, 250 )
|
|
SeadClientSet = SET_CLIENT:New():FilterCoalitions( "blue" ):FilterStart()
|
|
DestroyClientSet = SET_CLIENT:New():FilterCoalitions( "blue" ):FilterStart()
|
|
|
|
FACReporting = FAC_REPORTING:New( FACClientSet, FACDetection )
|