少年修仙传客户端代码仓库
client_linchunjie
2018-11-05 68acdb8d3f3f34b9f2d87db078b6bab8ae3fefb2
Core/GameEngine/Model/Config/ChatBubbleBoxConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:         第二世界
//    [  Date ]:         Friday, November 02, 2018
//    [  Date ]:         Monday, November 05, 2018
//--------------------------------------------------------
using UnityEngine;
@@ -18,7 +18,8 @@
      public string leftBubbleIcon { get ; private set; } 
      public string rightBubbleIcon { get ; private set; } 
      public int[] leftOffset;
      public int[] rightOffset;
      public int[] rightOffset;
      public string Icon { get ; private set; }
      public override string getKey()
        {
@@ -52,7 +53,9 @@
            for (int i=0;i<rightOffsetStringArray.Length;i++)
            {
                int.TryParse(rightOffsetStringArray[i],out rightOffset[i]);
            }
            }
            Icon = rawContents[8].Trim();
            }
            catch (Exception ex)
            {