mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
- MESSAGE class finished and now properly documented. Changed New() function API. - Reworked Include.File lines. No Include.File line anymore in the Modules. All included in Moose.lua for dynamic loading.
11 lines
91 B
Lua
11 lines
91 B
Lua
|
|
|
|
|
|
-- CCCP SEAD Defenses
|
|
SEAD_RU_SAM_Defenses = SEAD
|
|
:New(
|
|
{ 'SAM Test'
|
|
}
|
|
)
|
|
|
|
|