From 1e08f6ae1a718b6c94a5d6d84bba5e0cf8115b3f Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期二, 23 四月 2019 10:43:36 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Core/GameEngine/Model/Config/TaskListConfig.cs | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/Core/GameEngine/Model/Config/TaskListConfig.cs b/Core/GameEngine/Model/Config/TaskListConfig.cs
index 260cbe9..8ec19ff 100644
--- a/Core/GameEngine/Model/Config/TaskListConfig.cs
+++ b/Core/GameEngine/Model/Config/TaskListConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: Fish
-// [ Date ]: Saturday, April 20, 2019
+// [ Date ]: Tuesday, April 23, 2019
//--------------------------------------------------------
using System.Collections.Generic;
@@ -23,7 +23,8 @@
public readonly int[] CollectNPC;
public readonly int FabaoID;
public readonly int clue;
- public readonly string clueName;
+ public readonly string clueName;
+ public readonly int induction;
public TaskListConfig()
{
@@ -60,7 +61,9 @@
int.TryParse(tables[9],out clue);
- clueName = tables[10];
+ clueName = tables[10];
+
+ int.TryParse(tables[11],out induction);
}
catch (Exception ex)
{
--
Gitblit v1.8.0