From cf05425741e1f06fc5cee500706fb36e3db8a344 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 17 九月 2018 10:55:46 +0800
Subject: [PATCH] 3442运营活动修改
---
System/OpenServerActivity/OSGiftModel.cs | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/System/OpenServerActivity/OSGiftModel.cs b/System/OpenServerActivity/OSGiftModel.cs
index ad7557e..03adb7f 100644
--- a/System/OpenServerActivity/OSGiftModel.cs
+++ b/System/OpenServerActivity/OSGiftModel.cs
@@ -76,6 +76,15 @@
}
public int timeOverdueGiftId { get; private set; }
+
+ public bool IsAdvance
+ {
+ get
+ {
+ return false;
+ }
+ }
+
public DateTime overDueTime = DateTime.Now;
public void UpdateTime(HAA16_tagMCSuperGiftInfo package)
{
--
Gitblit v1.8.0