From 29000169b21137cc9e42653a8720fbf1a017fc1a Mon Sep 17 00:00:00 2001 From: lhiven Date: Mon, 25 Sep 2023 14:17:05 +0900 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=AB=98=E4=BD=8E=E9=80=9F?= =?UTF-8?q?=E5=81=8F=E7=A7=BB=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.SkyLine/Commom/GlobalVar.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Rs.SkyLine/Commom/GlobalVar.cs b/Rs.SkyLine/Commom/GlobalVar.cs index dcf8303..4487464 100644 --- a/Rs.SkyLine/Commom/GlobalVar.cs +++ b/Rs.SkyLine/Commom/GlobalVar.cs @@ -377,5 +377,16 @@ namespace Rs.Framework return SysConfigParam.GetValue (nameof(PressLowSpeed)); } } + + /// + /// 高低速偏移 + /// + public static double PressLowSpeedOffset + { + get + { + return SysConfigParam.GetValue(nameof(PressLowSpeedOffset)); + } + } } }