This commit is contained in:
kmyuhkyuk 2022-05-06 16:03:23 +08:00
parent e372d9683e
commit 377dbee800

View File

@ -54,7 +54,7 @@ namespace SkinHide
PlayerMVSkinDress = PlayerModelView.GetComponentsInChildren<SkinDress>();
PlayerMVDress = PlayerModelView.GetComponentsInChildren<Dress>();
//false SkinDress and Dress GameObject
//False SkinDress and Dress GameObject
if (PlayerMVSkinDress != null)
{
foreach (SkinDress skindress in PlayerMVSkinDress)
@ -77,7 +77,7 @@ namespace SkinHide
PlayerSkinDress = Player.GetComponentsInChildren<SkinDress>();
PlayerDress = Player.GetComponentsInChildren<Dress>();
//false SkinDress and Dress GameObject
//False SkinDress and Dress GameObject
if (PlayerSkinDress != null)
{
foreach (SkinDress skindress in PlayerSkinDress)
@ -135,7 +135,7 @@ namespace SkinHide
}
}
//false or true SkinDress and Dress GameObject
//False or true SkinDress and Dress GameObject
if (BotSkinGameObject != null)
{
foreach (GameObject botskin in BotSkinGameObject)