发现玩家, 并跟踪玩家
1 parent c6cef1c commit 1b9363b3e1aee610b2a29a9679f3f8e049de7db4
@小李xl 小李xl authored on 28 Nov 2022
Showing 10 changed files
View
DungeonShooting_Godot/src/game/role/IState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/role/StateBase.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/StateController.cs
View
DungeonShooting_Godot/src/game/role/enemy/Enemy.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AINormalState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/role/enemy/state/AIProbeState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/role/enemy/state/AITailAfterState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/role/enemy/state/AiNormalStateBase.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/enemy/state/AiProbeStateBase.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/enemy/state/AiTailAfterStateBase.cs 0 → 100644