lvjincheng 4 年之前
父节点
当前提交
4e2085114c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Assets/BowArrow/Scripts/Manager/GameMode/WolfHuntGameMode_LocalPK.cs

+ 1 - 0
Assets/BowArrow/Scripts/Manager/GameMode/WolfHuntGameMode_LocalPK.cs

@@ -25,6 +25,7 @@ public class WolfHuntGameMode_LocalPK : WolfHuntGameMode, ChallengeGameModeLocal
                 AnnounceGameOver();
             }
         };
+        // this.playerHpList[0] = this.playerHpList[1] = this.hpMax = this.hp = 20;
         // QuicklyCreateAnimalForDebug();
     }