lzx 1 週間 前
コミット
4e080afe34
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Assets/Scripts/GameUI/UI/RewardsPanel/RewardsPanel.cs

+ 1 - 1
Assets/Scripts/GameUI/UI/RewardsPanel/RewardsPanel.cs

@@ -13,7 +13,7 @@ namespace Fort23.Mono
     {
         private void Init()
         {
-            isAddStack = true;
+            isAddStack = false;
             IsShowAppBar = false;
         }