System/Chat/ChatData.cs
@@ -3,6 +3,7 @@ using System.Text.RegularExpressions; using UnityEngine; using Snxxz.UI; using System; public class ChatData { @@ -15,6 +16,7 @@ } richText = new StringBuilder(); richText.Length = 0; createTime = DateTime.Now; } private string _content = string.Empty; @@ -37,6 +39,8 @@ public ChatInfoType type { get; protected set; } public DateTime createTime { get; private set; } private ChatInfoType m_DetailType = ChatInfoType.World; public ChatInfoType detailType {