更改物体创建逻辑, 现在统一走注册机,目前还有报错
1 parent 6c7feff commit 8f6cd52e4750c1aa8cb0f98e774adea0567fe275
@lijincheng lijincheng authored on 4 Mar 2023
Showing 14 changed files
View
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityObject_Register.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/activity/RegisterActivity.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/DoorNavigationInfo.cs
View
DungeonShooting_Godot/src/framework/map/RoomDoorInfo.cs
View
DungeonShooting_Godot/src/game/item/weapon/RegisterWeapon.cs 100644 → 0
View
DungeonShooting_Godot/src/game/item/weapon/RegisterWeaponOld.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/weapon/WeaponManager.cs
View
DungeonShooting_Godot/src/game/item/weapon/bullet/RegisterWeapon.cs 0 → 100644
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/enemy/Enemy.cs