added debug

This commit is contained in:
ineed bots
2023-07-18 20:29:09 -06:00
parent 91d1728e41
commit 93829034d7
3 changed files with 147 additions and 4 deletions

View File

@ -1,7 +1,3 @@
#include common_scripts\utility;
#include maps\_utility;
#include maps\bots\_bot_utility;
init()
{
level thread maps\bots\_bot::init();

View File

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