refactor(hero): 将英雄属性相关引用统一替换为 HeroAttrs
- 移除废弃的 AttributeExample 示例类文件 - 全面替换各模块中对技能属性配置 SkillSet 中 Attrs 的引用,改用 HeroAttrs 中的 Attrs - 保持代码引用整理一致性,优化属性相关模块的导入顺序和结构 - 无功能性改动,仅代码结构和引用路径调整,提高代码维护性和模块解耦性
This commit is contained in:
9
assets/script/game/common/config/HeroAttrs.ts.meta
Normal file
9
assets/script/game/common/config/HeroAttrs.ts.meta
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "4.0.24",
|
||||
"importer": "typescript",
|
||||
"imported": true,
|
||||
"uuid": "6f2434a0-4835-4abf-9acb-30699979d1a8",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
Reference in New Issue
Block a user