init menu

This commit is contained in:
Your Name 2020-09-12 10:40:25 -06:00
parent cbd381c8dd
commit 3473a43ac4
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;
init()
{
}

View File

@ -0,0 +1,4 @@
init()
{
level thread maps\mp\bots\_menu::init();
}