136 子 【挑战】战锤秘境 / 【挑战】战锤秘境-客户端 修改战场名
| | |
| | | using System.Collections.Generic; |
| | | |
| | | |
| | | public class StoryBoneBattleField : BattleField |
| | | public class BoneBattleField : BattleField |
| | | { |
| | | protected int chapter;// 章节 |
| | | protected int wave;// 波数 |
| | |
| | | protected MainLevelConfig levelConfig; |
| | | |
| | | |
| | | public StoryBoneBattleField(string _guid) : base(_guid) |
| | | public BoneBattleField(string _guid) : base(_guid) |
| | | { |
| | | |
| | | } |
| | |
| | | battleField = new StoryBossBattleField(guid); |
| | | break; |
| | | case 30010: |
| | | battleField = new StoryBoneBattleField(guid); |
| | | battleField = new BoneBattleField(guid); |
| | | break; |
| | | default: |
| | | break; |