コード例 #1
0
 public void SetLevelConfig(PVEExploreLevelConfig config)
 {
     this.levelConfig = config;
     this.userPVELevel = GameData.instance.GetExploreAtLevel(this.levelConfig.id);
     if (this.userPVELevel != null)
     {
         this.isFinished = this.userPVELevel.IsFinished;
     }
     this.UpdateBasicInfo();
 }
コード例 #2
0
ファイル: GameData.cs プロジェクト: GreenDamTan/ShipGirlBot
 public void SetPVEExploreLevels(UserPVEExplore[] explores)
 {
     this._userPVEExplores = explores;
 }