抽象出ThrowComponent组件
|
---|
|
DungeonShooting_Godot/prefab/role/Player.tscn |
---|
DungeonShooting_Godot/prefab/weapon/Weapon.tscn |
---|
DungeonShooting_Godot/prefab/weapon/bullet/HighSpeedBullet.tscn |
---|
DungeonShooting_Godot/prefab/weapon/bullet/OrdinaryBullets.tscn |
---|
DungeonShooting_Godot/src/framework/ActivityObject.cs |
---|
DungeonShooting_Godot/src/framework/Component.cs |
---|
DungeonShooting_Godot/src/framework/ComponentControl.cs |
---|
DungeonShooting_Godot/src/framework/NodeComponent.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/common/NodeExtend.cs |
---|
DungeonShooting_Godot/src/game/effect/ThrowNode.cs |
---|
DungeonShooting_Godot/src/game/item/CheckInteractiveResult.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/item/ThrowComponent.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/item/package/Holster.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/item/weapon/RegisterWeapon.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/item/weapon/RegisterWeaponFunction.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/item/weapon/ThrowGun.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/item/weapon/Weapon.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/item/weapon/WeaponAttribute.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/item/weapon/WeaponManager.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/item/weapon/WeaponWeightType.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/item/weapon/bullet/Bullet.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/item/weapon/bullet/HighSpeedBullet.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/item/weapon/bullet/OrdinaryBullets.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/item/weapon/gun/Gun.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/item/weapon/gun/Shotgun.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/item/weapon/shell/ThrowShell.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/props/CheckInteractiveResult.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/props/package/Holster.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/props/weapon/RegisterWeapon.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/props/weapon/RegisterWeaponFunction.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/props/weapon/ThrowGun.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/props/weapon/Weapon.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/props/weapon/WeaponAttribute.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/props/weapon/WeaponManager.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/props/weapon/WeaponWeightType.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/props/weapon/bullet/Bullet.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/props/weapon/bullet/HighSpeedBullet.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/props/weapon/bullet/OrdinaryBullets.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/props/weapon/gun/Gun.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/props/weapon/gun/Shotgun.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/props/weapon/shell/ThrowShell.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/role/Role.cs |
---|