28 lines
6.3 KiB
Plaintext
28 lines
6.3 KiB
Plaintext
#using scripts\codescripts\struct;
|
|
|
|
#using scripts\shared\math_shared;
|
|
#using scripts\shared\statemachine_shared;
|
|
#using scripts\shared\system_shared;
|
|
#using scripts\shared\util_shared;
|
|
|
|
#using scripts\shared\vehicle_shared;
|
|
#using scripts\shared\vehicle_death_shared;
|
|
#using scripts\shared\vehicle_ai_shared;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#namespace attack_drone;
|
|
|
|
function autoexec __init__sytem__() { system::register("attack_drone",&__init__,undefined,undefined); }
|
|
|
|
function __init__()
|
|
{
|
|
}
|