Script to manage enemy artificial intelligence.
void update() override
Updates the behavior of the enemy each frame.
void render() override
Renders the enemy AI behavior.
EnemyAIScript()
Constructs a new Enemy AI Script object.
Base class for scripting custom behaviors in game objects.
Defines the Script class for attaching behavior to game objects.