From 77e7b5223dd04a6e036dc952efb38f2b770a6828 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 09 六月 2020 13:50:43 +0800 Subject: [PATCH] 2020--6-9 --- HDL_ON/Common/R.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index a7362c2..a80fc23 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,6 +4,9 @@ { public static class StringId { + public readonly static int TipNoCollcetion = 256; + public readonly static int RemoveTheMember = 255; + public readonly static int ModifyMemberNickname = 254; public readonly static int SavingPleaseWait = 253; public readonly static int SavedSuccessfully = 252; public readonly static int AddFailedInsufficientPermissions = 251; -- Gitblit v1.8.0