2021-04-20 13:58:00 +08:00
|
|
|
|
2020-05-09 13:31:21 +08:00
|
|
|
local Files = {
|
|
|
|
"Modules.Battle.BattlePool",
|
2020-11-01 15:46:48 +08:00
|
|
|
"Modules.Battle.Logic.Misc.BattleDefine",
|
|
|
|
"Modules.Battle.View.Unit.BattleUnit",
|
|
|
|
"Modules.Battle.View.Unit.PlayerView",
|
|
|
|
"Modules.Battle.View.Unit.EnemyView",
|
|
|
|
"Modules.Battle.View.Unit.MonsterView",
|
2023-04-06 14:02:32 +08:00
|
|
|
"Modules.Battle.View.Unit.WeaponView",
|
2020-11-01 15:46:48 +08:00
|
|
|
"Modules.Battle.View.Unit.BuffView",
|
|
|
|
"Modules.Battle.View.Unit.BuffCtrl",
|
|
|
|
"Modules.Battle.View.Unit.FloatNode",
|
|
|
|
"Modules.Battle.View.Unit.SkillCaster",
|
2020-05-09 13:31:21 +08:00
|
|
|
|
|
|
|
--"Modules.Battle.Config.test_fight_data",
|
|
|
|
--"Modules.Battle.Config.RoleConfig",
|
|
|
|
|
|
|
|
"Modules.Battle.Logic.Misc.BattleList",
|
|
|
|
"Modules.Battle.Logic.Misc.BattleDefine",
|
|
|
|
"Modules.Battle.Logic.Misc.BattleUtil",
|
|
|
|
"Modules.Battle.Logic.Misc.BattleQueue",
|
|
|
|
"Modules.Battle.Logic.Misc.BattleDictionary",
|
|
|
|
"Modules.Battle.Logic.Misc.BattleObjectPool",
|
|
|
|
|
|
|
|
"Modules.Battle.Logic.Base.BattleEvent",
|
|
|
|
"Modules.Battle.Logic.Base.Random",
|
|
|
|
|
2020-11-01 15:46:48 +08:00
|
|
|
"Modules.Battle.Logic.Role.RoleLogic",
|
|
|
|
"Modules.Battle.Logic.Role.RoleData",
|
|
|
|
"Modules.Battle.Logic.Role.RoleManager",
|
|
|
|
"Modules.Battle.Logic.Role.Skill",
|
|
|
|
|
2020-05-09 13:31:21 +08:00
|
|
|
"Modules.Battle.Logic.Base.Buff",
|
|
|
|
"Modules.Battle.Logic.Base.Passivity",
|
|
|
|
|
|
|
|
"Modules.Battle.Logic.BattleLogic",
|
|
|
|
"Modules.Battle.Logic.SkillManager",
|
2020-05-25 19:16:23 +08:00
|
|
|
"Modules.Battle.Logic.OutDataManager",
|
2020-06-18 20:39:29 +08:00
|
|
|
"Modules.Battle.Logic.BattleLogManager",
|
2020-11-01 15:46:48 +08:00
|
|
|
|
2023-04-06 14:02:32 +08:00
|
|
|
"Modules.Battle.Logic.Monster.MonsterManager",
|
|
|
|
"Modules.Battle.Logic.Weapon.FightWeaponManager"
|
2020-05-09 13:31:21 +08:00
|
|
|
}
|
2020-06-23 18:36:24 +08:00
|
|
|
return Files
|