Added for legacy hooking

This commit is contained in:
INeedBots 2020-09-25 03:09:28 -06:00
parent 3d80ab8898
commit 3e64a9977b

9
userraw/bots/bots.gsc Normal file
View File

@ -0,0 +1,9 @@
init()
{
scripts\bots::init();
}
bots_init()
{
init();
}