大改 ActivityObject 实例化流程, 现在必须通过扫描注册后才能实例化物体
1 parent 8f6cd52 commit b1af448f89b6d42089666d2155d11b27acd66680
@小李xl 小李xl authored on 5 Mar 2023
Showing 22 changed files
View
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityObject_Register.cs
View
DungeonShooting_Godot/src/framework/activity/RegisterActivity.cs
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/item/package/Holster.cs
View
DungeonShooting_Godot/src/game/item/weapon/RegisterWeaponFunction.cs 100644 → 0
View
DungeonShooting_Godot/src/game/item/weapon/RegisterWeaponOld.cs 100644 → 0
View
DungeonShooting_Godot/src/game/item/weapon/Weapon.cs
View
DungeonShooting_Godot/src/game/item/weapon/WeaponAttribute.cs
View
DungeonShooting_Godot/src/game/item/weapon/WeaponManager.cs 100644 → 0
View
DungeonShooting_Godot/src/game/item/weapon/bullet/Bullet.cs
View
DungeonShooting_Godot/src/game/item/weapon/bullet/RegisterWeapon.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/item/weapon/knife/Knife.cs
View
DungeonShooting_Godot/src/game/item/weapon/shell/ShellCase.cs
View
DungeonShooting_Godot/src/game/manager/ActivityIdPrefix.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/Player.cs
View
DungeonShooting_Godot/src/game/role/Role.cs
View
DungeonShooting_Godot/src/game/role/enemy/Enemy.cs
View
DungeonShooting_Godot/src/game/room/RoomManager.cs
View
DungeonShooting_Godot/src/test/TestActivity.cs