From 13cc3cead6484a2b227c227b84bddf1e42ed8d2e Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期五, 29 三月 2019 16:43:05 +0800
Subject: [PATCH] 3335 主界面修改.
---
System/MainInterfacePanel/HighBtnRecord.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/System/MainInterfacePanel/HighBtnRecord.cs b/System/MainInterfacePanel/HighBtnRecord.cs
index f3161c4..1545aa9 100644
--- a/System/MainInterfacePanel/HighBtnRecord.cs
+++ b/System/MainInterfacePanel/HighBtnRecord.cs
@@ -12,16 +12,19 @@
[SerializeField] int m_Index;
[SerializeField] bool m_IsNagaaki;
[SerializeField] bool m_Isbool;
+
public int Index
{
get { return m_Index; }
set { m_Index = value; }
}
+
public bool IsNagaaki
{
get { return m_IsNagaaki; }
set { m_IsNagaaki = value; }
}
+
public bool IsBool
{
get { return m_Isbool; }
--
Gitblit v1.8.0