Add AI components and systems for enhanced enemy behavior and pathfinding
This commit is contained in:
9
GameCore/AI/AIState.cs
Normal file
9
GameCore/AI/AIState.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace GameCore.AI;
|
||||
|
||||
public enum AIState
|
||||
{
|
||||
Idle,
|
||||
Patrol,
|
||||
Chase,
|
||||
Attack
|
||||
}
|
||||
Reference in New Issue
Block a user