From a974a2621a6dcb90b8fe52b23d075814873c0960 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 23 十月 2018 20:53:49 +0800
Subject: [PATCH] Merge branch 'master' into leonard
---
System/Chat/ChatData.cs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/System/Chat/ChatData.cs b/System/Chat/ChatData.cs
index f1d0a1b..432012f 100644
--- a/System/Chat/ChatData.cs
+++ b/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
{
--
Gitblit v1.8.0