mirror of
https://github.com/Maks1mS/pppi-rpg-game.git
synced 2025-10-07 21:03:25 +03:00
добавлен ai_system
This commit is contained in:
0
program/ai_system.cpp
Normal file
0
program/ai_system.cpp
Normal file
6
program/ai_system.h
Normal file
6
program/ai_system.h
Normal file
@@ -0,0 +1,6 @@
|
||||
// Система искусственного интеллекта - управляет поведением NPC
|
||||
class AISystem {
|
||||
public:
|
||||
// Обновляет состояние и поведение всех NPC
|
||||
void update(float deltaTime);
|
||||
};
|
Reference in New Issue
Block a user