From 12f09385426af6865c3a075ac11fff053d0c7bb1 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期一, 14 一月 2019 16:48:23 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Core/GameEngine/Model/Config/ModelResConfig.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Core/GameEngine/Model/Config/ModelResConfig.cs b/Core/GameEngine/Model/Config/ModelResConfig.cs
index 48c2907..a45377e 100644
--- a/Core/GameEngine/Model/Config/ModelResConfig.cs
+++ b/Core/GameEngine/Model/Config/ModelResConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: 绗簩涓栫晫
-// [ Date ]: Monday, December 10, 2018
+// [ Date ]: Monday, January 14, 2019
//--------------------------------------------------------
using UnityEngine;
@@ -26,6 +26,7 @@
public Vector3 UIRotation { get ; private set; }
public Vector3 UIScale { get ; private set; }
public Vector3 Scale { get ; private set; }
+ public int RelatedPartID { get ; private set ; }
public override string getKey()
{
@@ -64,6 +65,8 @@
UIScale=rawContents[13].Vector3Parse();
Scale=rawContents[14].Vector3Parse();
+
+ RelatedPartID=IsNumeric(rawContents[15]) ? int.Parse(rawContents[15]):0;
}
catch (Exception ex)
{
--
Gitblit v1.8.0