|
@@ -172,17 +172,17 @@ public class GameApplction : IGameStart
|
|
if (startCombatInfo.CombatType != CombatType.TestCombat)
|
|
if (startCombatInfo.CombatType != CombatType.TestCombat)
|
|
{
|
|
{
|
|
MainPanel mainPanel = await MainPanel.OpenPanel();
|
|
MainPanel mainPanel = await MainPanel.OpenPanel();
|
|
- if (!AccountFileInfo.Instance.playerData.isTiggerPlot)
|
|
|
|
|
|
+ /*if (!AccountFileInfo.Instance.playerData.isTiggerPlot)
|
|
{
|
|
{
|
|
mainPanel.GObjectPoolInterface.SetActive(false);
|
|
mainPanel.GObjectPoolInterface.SetActive(false);
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
gameStartUIPanel.ShowMassge("loadFinish");
|
|
gameStartUIPanel.ShowMassge("loadFinish");
|
|
gameStartUIPanel.SetSlider(1f);
|
|
gameStartUIPanel.SetSlider(1f);
|
|
|
|
|
|
- XinShouCombat();
|
|
|
|
|
|
+ //XinShouCombat();
|
|
}
|
|
}
|
|
|
|
|
|
public async void XinShouCombat()
|
|
public async void XinShouCombat()
|