少年修仙传客户端代码仓库
client_Zxw
2019-01-15 4c6d58af44cd4235501e15a78bf79674ba2fcc4a
Core/GameEngine/Model/Config/ModelResConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:         第二世界
//    [  Date ]:         Monday, December 10, 2018
//    [  Date ]:         Monday, January 14, 2019
//--------------------------------------------------------
using UnityEngine;
@@ -26,6 +26,7 @@
      public Vector3 UIRotation { get ; private set; } 
      public Vector3 UIScale { get ; private set; } 
      public Vector3 Scale { get ; private set; } 
      public int RelatedPartID { get ; private set ; }
      public override string getKey()
        {
@@ -64,6 +65,8 @@
            UIScale=rawContents[13].Vector3Parse();
         
            Scale=rawContents[14].Vector3Parse();
            RelatedPartID=IsNumeric(rawContents[15]) ? int.Parse(rawContents[15]):0;
            }
            catch (Exception ex)
            {