From b0511035e15dd4f65979f84e95d806a07e57d506 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 25 九月 2018 16:34:53 +0800
Subject: [PATCH] 3687 天赋功能
---
System/Skill/TalentTreeScriptable.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/System/Skill/TalentTreeScriptable.cs b/System/Skill/TalentTreeScriptable.cs
index 692c973..68148bc 100644
--- a/System/Skill/TalentTreeScriptable.cs
+++ b/System/Skill/TalentTreeScriptable.cs
@@ -36,6 +36,7 @@
return this.job == job && this.talentType == talentType && this.talentSeries == talentSeries;
}
}
+
[Serializable]
public struct TalentElement
{
--
Gitblit v1.8.0