From 93dd57ebc903df8d220c8f5e66b71f225b31cd38 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 10 六月 2019 17:59:02 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/MainInterfacePanel/HeadPortraitTip.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/HeadPortraitTip.cs b/System/MainInterfacePanel/HeadPortraitTip.cs
index 7ff4edb..27b5a92 100644
--- a/System/MainInterfacePanel/HeadPortraitTip.cs
+++ b/System/MainInterfacePanel/HeadPortraitTip.cs
@@ -309,7 +309,7 @@
else
{
_BuffBtn.gameObject.SetActive(true);
- _BuffNumber.text = Count.ToString();
+ _BuffNumber.text = StringUtility.Contact("Buff x", Count);
}
}
--
Gitblit v1.8.0