!4 完善敌人寻找武器逻辑
Merge pull request !4 from 小李/Ai逻辑
commit 1a634563a200877ba074dde60378b20900410963
2 parents 0a15466 + 8fff1bb
@小李 小李 authored on 11 Dec 2022
Gitee committed on 11 Dec 2022
Showing 19 changed files
View
DungeonShooting_Godot/src/framework/ActivityObject.cs
View
DungeonShooting_Godot/src/game/SignNames.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/package/Holster.cs
View
DungeonShooting_Godot/src/game/item/weapon/Weapon.cs
View
DungeonShooting_Godot/src/game/item/weapon/WeaponAttribute.cs
View
DungeonShooting_Godot/src/game/item/weapon/bullet/Bullet.cs
View
DungeonShooting_Godot/src/game/item/weapon/gun/Gun.cs
View
DungeonShooting_Godot/src/game/item/weapon/gun/Shotgun.cs
View
DungeonShooting_Godot/src/game/item/weapon/knife/Knife.cs
View
DungeonShooting_Godot/src/game/role/Role.cs
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/AIStateEnum.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiFindAmmoState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/enemy/state/AiFollowUpState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiLeaveForState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiSurroundState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiTailAfterState.cs
View
DungeonShooting_Godot/src/game/room/RoomManager.cs