mirror of
https://github.com/Maks1mS/pppi-rpg-game.git
synced 2024-12-23 22:32:59 +03:00
добавлен ai_system
This commit is contained in:
parent
0d24fc8847
commit
450f2ddabd
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);
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user