12 lines
235 B
Plaintext
12 lines
235 B
Plaintext
#include "..\script_component.hpp"
|
|
|
|
// List of units to draw icons for
|
|
GVAR(drawTargets) = [];
|
|
|
|
[
|
|
LEVEL_DEBUG,
|
|
QUOTE(COMPONENT),
|
|
"postInit complete",
|
|
[]
|
|
] call EFUNC(common,log);
|
|
localNamespace setVariable [QGVAR(complete), true]; |