feat: 场景快照和隐藏角色
This commit is contained in:
18
HideCharacter/HideList.cs
Normal file
18
HideCharacter/HideList.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace HideCharacter
|
||||
{
|
||||
|
||||
public class HideList
|
||||
{
|
||||
public bool hideTail = true;
|
||||
public bool hideEyes = true;
|
||||
public bool hideEyebrow = true;
|
||||
public bool hideHair = true;
|
||||
public bool hideMouth = true;
|
||||
public bool hideArmLeft = true;
|
||||
public bool hideArmRight = false;
|
||||
public bool hideThighLeft = true;
|
||||
public bool hideThighRight = true;
|
||||
public bool hideWeapon = false;
|
||||
public bool hideHealthBar = true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user