大改 ActivityObject 实例化流程, 现在必须通过扫描注册后才能实例化物体
|
---|
|
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs |
---|
DungeonShooting_Godot/src/framework/activity/ActivityObject_Register.cs |
---|
DungeonShooting_Godot/src/framework/activity/RegisterActivity.cs |
---|
DungeonShooting_Godot/src/game/GameApplication.cs |
---|
DungeonShooting_Godot/src/game/item/package/Holster.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/RegisterWeaponFunction.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/item/weapon/RegisterWeaponOld.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/item/weapon/Weapon.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/WeaponAttribute.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/WeaponManager.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/item/weapon/bullet/Bullet.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/bullet/RegisterWeapon.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/gun/Gun.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/gun/Shotgun.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/knife/Knife.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/shell/ShellCase.cs |
---|
DungeonShooting_Godot/src/game/manager/ActivityIdPrefix.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/role/Player.cs |
---|
DungeonShooting_Godot/src/game/role/Role.cs |
---|
DungeonShooting_Godot/src/game/role/enemy/Enemy.cs |
---|
DungeonShooting_Godot/src/game/room/RoomManager.cs |
---|
DungeonShooting_Godot/src/test/TestActivity.cs |
---|