重做ThrowWeapon类, 投抛子弹类也得重写, 后面再说
1 parent 5bf2d72 commit 3791f46e621a2b4596b94c0967bc71393f3c407a
@小李xl 小李xl authored on 19 Oct 2022
Showing 12 changed files
View
DungeonShooting_Godot/prefab/weapon/Weapon.tscn
View
DungeonShooting_Godot/src/framework/ActivityObject.cs
View
DungeonShooting_Godot/src/game/common/NodeExtend.cs
View
DungeonShooting_Godot/src/game/item/throwObject/ThrowComponent.cs
View
DungeonShooting_Godot/src/game/item/weapon/ThrowGun.cs 100644 → 0
View
DungeonShooting_Godot/src/game/item/weapon/ThrowWeapon.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/weapon/Weapon.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/role/Player.cs
View
DungeonShooting_Godot/src/game/role/Role.cs
View
DungeonShooting_Godot/src/game/room/RoomManager.cs