From 10144655d60a153a74b7845df7d2c1b6fc7ac105 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 11 四月 2019 19:28:06 +0800
Subject: [PATCH] 6481 【前端】【2.0】创角修改

---
 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