Ai状态机调整
1 parent a07d3df commit f6c51f3a8fb55ecaebc51db150fc6e39ecd4aef0
@小李xl 小李xl authored on 18 Nov 2022
Showing 10 changed files
View
DungeonShooting_Godot/src/game/role/IState.cs
View
DungeonShooting_Godot/src/game/role/StateController.cs
View
DungeonShooting_Godot/src/game/role/StateEnum.cs 100644 → 0
View
DungeonShooting_Godot/src/game/role/enemy/Enemy.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AIIdleState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/role/enemy/state/AINormalState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/enemy/state/AIProbeState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/enemy/state/AIRunState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/role/enemy/state/AIStateEnum.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/enemy/state/AITailAfterState.cs 0 → 100644