feat: 添加热键自定义修改支持

This commit is contained in:
m0_75251201
2025-11-01 17:03:58 +08:00
parent 4f144bef9a
commit 5cec8711dd
36 changed files with 102 additions and 43 deletions

View File

@@ -1,8 +1,11 @@
using UnityEngine;
namespace HideCharacter
{
public class HideList
{
public KeyCode hotkey = KeyCode.F5;
public bool hideTail = true;
public bool hideEyes = true;
public bool hideEyebrow = true;