upload
This commit is contained in:
parent
e372d9683e
commit
377dbee800
@ -54,7 +54,7 @@ namespace SkinHide
|
|||||||
PlayerMVSkinDress = PlayerModelView.GetComponentsInChildren<SkinDress>();
|
PlayerMVSkinDress = PlayerModelView.GetComponentsInChildren<SkinDress>();
|
||||||
PlayerMVDress = PlayerModelView.GetComponentsInChildren<Dress>();
|
PlayerMVDress = PlayerModelView.GetComponentsInChildren<Dress>();
|
||||||
|
|
||||||
//false SkinDress and Dress GameObject
|
//False SkinDress and Dress GameObject
|
||||||
if (PlayerMVSkinDress != null)
|
if (PlayerMVSkinDress != null)
|
||||||
{
|
{
|
||||||
foreach (SkinDress skindress in PlayerMVSkinDress)
|
foreach (SkinDress skindress in PlayerMVSkinDress)
|
||||||
@ -77,7 +77,7 @@ namespace SkinHide
|
|||||||
PlayerSkinDress = Player.GetComponentsInChildren<SkinDress>();
|
PlayerSkinDress = Player.GetComponentsInChildren<SkinDress>();
|
||||||
PlayerDress = Player.GetComponentsInChildren<Dress>();
|
PlayerDress = Player.GetComponentsInChildren<Dress>();
|
||||||
|
|
||||||
//false SkinDress and Dress GameObject
|
//False SkinDress and Dress GameObject
|
||||||
if (PlayerSkinDress != null)
|
if (PlayerSkinDress != null)
|
||||||
{
|
{
|
||||||
foreach (SkinDress skindress in PlayerSkinDress)
|
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)
|
if (BotSkinGameObject != null)
|
||||||
{
|
{
|
||||||
foreach (GameObject botskin in BotSkinGameObject)
|
foreach (GameObject botskin in BotSkinGameObject)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user