From b5444e6e566c2128bcb4fb522bfa636ee2c5b8fb Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 25 八月 2022 15:37:18 +0800 Subject: [PATCH] 场景背景图问题修复 --- HDL_ON/Common/R.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index 115ea7f..c1c0dbf 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -5,6 +5,18 @@ public static class StringId { /// <summary> + /// 鍘熷瘑鐮� + /// </summary> + public const int OriginalPassword = 561; + /// <summary> + /// 宸茬粦瀹� + /// </summary> + public const int Bound = 560; + /// <summary> + /// 缁戝畾绗笁鏂硅处鍙� + /// </summary> + public const int Bind3thIotAccount = 559; + /// <summary> /// 鏈変汉鍧愮潃 /// </summary> public const int SomeoneSitting = 558; -- Gitblit v1.8.0