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