feat: 添加热键自定义修改支持
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user