|
@@ -115,6 +115,7 @@ namespace GFGGame
|
|
{
|
|
{
|
|
base.OnShown();
|
|
base.OnShown();
|
|
_ui.target.touchable = false;
|
|
_ui.target.touchable = false;
|
|
|
|
+ SuitFosterProxy.SendGetSuitInfos().Coroutine();
|
|
MusicManager.Instance.PlayCroutine(ResPathUtil.GetMusicPath(ConstMusicName.DEFAULT));
|
|
MusicManager.Instance.PlayCroutine(ResPathUtil.GetMusicPath(ConstMusicName.DEFAULT));
|
|
if ((this.viewData as object[]) != null)
|
|
if ((this.viewData as object[]) != null)
|
|
{
|
|
{
|