mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-04-21 22:15:44 +00:00
9 lines
148 B
Plaintext
9 lines
148 B
Plaintext
#include common_scripts\utility;
|
|
#include maps\_utility;
|
|
#include maps\bots\_bot_utility;
|
|
|
|
init()
|
|
{
|
|
level thread maps\bots\_bot::init();
|
|
}
|