17 lines
6.0 KiB
Plaintext
17 lines
6.0 KiB
Plaintext
#using scripts\codescripts\struct;
|
|
|
|
#using scripts\shared\callbacks_shared;
|
|
#using scripts\shared\math_shared;
|
|
#using scripts\shared\system_shared;
|
|
#using scripts\shared\util_shared;
|
|
|
|
|
|
|
|
#namespace sticky_grenade;
|
|
|
|
function autoexec __init__sytem__() { system::register("pineapple_gun",&__init__,undefined,undefined); }
|
|
|
|
function __init__()
|
|
{
|
|
}
|