示例#1
0
 public string GetNextMove(State state, Countdown countdown)
 {
     if (state.RoundType < 0)
     {
         return(CommandHelper.SelectHero(HeroType.Hulk));
     }
     return(CommandHelper.AttackNearest(UnitType.Unit));
 }