19 lines
12 KiB
Plaintext
19 lines
12 KiB
Plaintext
#using scripts\shared\ai_shared;
|
|
#using scripts\shared\ai\systems\behavior_state_machine;
|
|
#using scripts\shared\ai\systems\blackboard;
|
|
#using scripts\shared\ai\archetype_utility;
|
|
#using scripts\shared\math_shared;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function autoexec RegisterBehaviorScriptFunctions()
|
|
{
|
|
|
|
}
|