From 9f89e3be35da42eb9ccb44e6589d62f320aa444c Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期四, 11 四月 2019 21:31:06 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Core/GameEngine/Model/Config/CreateRoleConfig.cs | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/Core/GameEngine/Model/Config/CreateRoleConfig.cs b/Core/GameEngine/Model/Config/CreateRoleConfig.cs
index ba539b7..d5a87f1 100644
--- a/Core/GameEngine/Model/Config/CreateRoleConfig.cs
+++ b/Core/GameEngine/Model/Config/CreateRoleConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: Fish
-// [ Date ]: Thursday, February 14, 2019
+// [ Date ]: Thursday, April 11, 2019
//--------------------------------------------------------
using System.Collections.Generic;
@@ -17,7 +17,9 @@
public readonly string selectIcon;
public readonly string unselectIcon;
public readonly int skillid;
- public readonly string desc;
+ public readonly string description;
+ public readonly string jobName;
+ public readonly string jobSign;
public CreateRoleConfig()
{
@@ -37,7 +39,11 @@
int.TryParse(tables[3],out skillid);
- desc = tables[4];
+ description = tables[4];
+
+ jobName = tables[5];
+
+ jobSign = tables[6];
}
catch (Exception ex)
{
--
Gitblit v1.8.0