抽象出ThrowComponent组件
1 parent 15a658d commit 2866d418c9bc28f2d3d9f0845b97bd38c1164e5b
@小李xl 小李xl authored on 27 Aug 2022
Showing 42 changed files
View
DungeonShooting_Godot/prefab/role/Player.tscn
View
DungeonShooting_Godot/prefab/weapon/Weapon.tscn
View
DungeonShooting_Godot/prefab/weapon/bullet/HighSpeedBullet.tscn
View
DungeonShooting_Godot/prefab/weapon/bullet/OrdinaryBullets.tscn
View
DungeonShooting_Godot/src/framework/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/Component.cs
View
DungeonShooting_Godot/src/framework/ComponentControl.cs
View
DungeonShooting_Godot/src/framework/NodeComponent.cs 100644 → 0
View
DungeonShooting_Godot/src/game/common/NodeExtend.cs
View
DungeonShooting_Godot/src/game/effect/ThrowNode.cs
View
DungeonShooting_Godot/src/game/item/CheckInteractiveResult.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/ThrowComponent.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/package/Holster.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/weapon/RegisterWeapon.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/weapon/RegisterWeaponFunction.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/weapon/ThrowGun.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/weapon/Weapon.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/weapon/WeaponAttribute.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/weapon/WeaponManager.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/weapon/WeaponWeightType.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/weapon/bullet/Bullet.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/weapon/bullet/HighSpeedBullet.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/weapon/bullet/OrdinaryBullets.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/weapon/gun/Gun.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/weapon/gun/Shotgun.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/weapon/shell/ThrowShell.cs 0 → 100644
View
DungeonShooting_Godot/src/game/props/CheckInteractiveResult.cs 100644 → 0
View
DungeonShooting_Godot/src/game/props/package/Holster.cs 100644 → 0
View
DungeonShooting_Godot/src/game/props/weapon/RegisterWeapon.cs 100644 → 0
View
DungeonShooting_Godot/src/game/props/weapon/RegisterWeaponFunction.cs 100644 → 0
View
DungeonShooting_Godot/src/game/props/weapon/ThrowGun.cs 100644 → 0
View
DungeonShooting_Godot/src/game/props/weapon/Weapon.cs 100644 → 0
View
DungeonShooting_Godot/src/game/props/weapon/WeaponAttribute.cs 100644 → 0
View
DungeonShooting_Godot/src/game/props/weapon/WeaponManager.cs 100644 → 0
View
DungeonShooting_Godot/src/game/props/weapon/WeaponWeightType.cs 100644 → 0
View
DungeonShooting_Godot/src/game/props/weapon/bullet/Bullet.cs 100644 → 0
View
DungeonShooting_Godot/src/game/props/weapon/bullet/HighSpeedBullet.cs 100644 → 0
View
DungeonShooting_Godot/src/game/props/weapon/bullet/OrdinaryBullets.cs 100644 → 0
View
DungeonShooting_Godot/src/game/props/weapon/gun/Gun.cs 100644 → 0
View
DungeonShooting_Godot/src/game/props/weapon/gun/Shotgun.cs 100644 → 0
View
DungeonShooting_Godot/src/game/props/weapon/shell/ThrowShell.cs 100644 → 0
View
DungeonShooting_Godot/src/game/role/Role.cs