...
This commit is contained in:
parent
777435d013
commit
52ce58ac38
|
|
@ -179,6 +179,7 @@ public class HuntingPanel : MonoBehaviour
|
||||||
|
|
||||||
public void OnClick_X()
|
public void OnClick_X()
|
||||||
{
|
{
|
||||||
|
gameObject.SetActive(false);
|
||||||
go_botpanel.SetActive(true);
|
go_botpanel.SetActive(true);
|
||||||
go_mainpaenl.SetActive(true);
|
go_mainpaenl.SetActive(true);
|
||||||
go_x.SetActive(false);
|
go_x.SetActive(false);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue