少年修仙传客户端代码仓库
client_Hale
2018-09-07 8911ec92b6472a60146773b49a89e18e31496474
3270 【开发】主干:模型生成工具
2个文件已修改
2 ■■■■■ 已修改文件
Core/ResModule/InstanceResourcesLoader.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Utility/EnumHelper.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/ResModule/InstanceResourcesLoader.cs
@@ -11,6 +11,7 @@
    public static readonly string horseSuffix = "Prefab_Horse_";
    public static readonly string weaponSuffix = "Prefab_Weapon_";
    public static readonly string secondarySuffix = "Prefab_Secondary_";
    public static readonly string handSuffix = "Prefab_Hand_";
    public static readonly string wingSuffix = "Prefab_Wing_";
    public static GameObject LoadNpc(int id)
Utility/EnumHelper.cs
@@ -1002,6 +1002,7 @@
    Suit, //套装 4
    Pet,// 宠物5
    Secondary,// 副手 6
    Hand,// 手臂
}
public enum TreasureCategory