架构调整
1 parent b68b68f commit 15a658d457d37019a892f737e8c30b9220f0a3fa
@小李xl 小李xl authored on 26 Aug 2022
Showing 18 changed files
View
DungeonShooting_Godot/project.godot
View
DungeonShooting_Godot/scene/test/TestCommpont.tscn
View
DungeonShooting_Godot/src/framework/ActivityObject.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/Component.cs
View
DungeonShooting_Godot/src/framework/ComponentControl.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/GameObject.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/IComponent.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/NodeComponent.cs
View
DungeonShooting_Godot/src/game/common/NodeExtend.cs
View
DungeonShooting_Godot/src/game/props/CheckInteractiveResult.cs
View
DungeonShooting_Godot/src/game/props/IProp.cs 100644 → 0
View
DungeonShooting_Godot/src/game/props/weapon/Weapon.cs
View
DungeonShooting_Godot/src/game/role/FaceDirection.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/Player.cs
View
DungeonShooting_Godot/src/game/role/Role.cs
View
DungeonShooting_Godot/src/test/TestAttackComponent.cs 100644 → 0
View
DungeonShooting_Godot/src/test/TestMoveNodeComponent.cs 100644 → 0
View
DungeonShooting_Godot/src/test/TestPlayer.cs 100644 → 0