Fix UI Shader

This commit is contained in:
tym
2025-09-11 15:00:19 +08:00
parent 60f8c15ee3
commit 4ff743ce2b
88 changed files with 6135 additions and 3889 deletions

View File

@@ -188,14 +188,14 @@ namespace MoleMole
//IL_0068: Expected I4, but got Unknown
int target_uid = (int)rsp.target_uid;
string desc = string.Empty;
Retcode retcode = rsp.retcode;
int retcode = (int)rsp.retcode;
switch ((int)retcode)
{
case 0:
{
string text = Singleton<FriendModule>.Instance.TryGetPlayerNickName(target_uid);
AddFriendAction action = rsp.action;
switch (action - 1)
switch ((int)action - 1)
{
case 1:
desc = LocalizationGeneralLogic.GetText("Menu_Desc_AgreeFriend", text);