Files
boiii-scripts/mp/_riotshield.csc

21 lines
8.2 KiB
Plaintext
Raw Normal View History

2023-04-13 17:30:38 +02:00
#using scripts\codescripts\struct;
#using scripts\shared\clientfield_shared;
#using scripts\shared\system_shared;
#using scripts\shared\util_shared;
#using scripts\shared\weapons\_riotshield;
#using scripts\mp\_util;
#namespace riotshield;
function autoexec __init__sytem__() { system::register("riotshield",&__init__,undefined,undefined); }
function __init__()
{
riotshield::init_shared();
}