Exemplo n.º 1
0
 public DefensiveBoost(ConfigTurret robot) : base(robot)
 {
 }
Exemplo n.º 2
0
 public BoostBehavior(ConfigTurret robot)
 {
     this.Robot = robot;
 }
Exemplo n.º 3
0
 public SixMinuteAbs(ConfigTurret robot) : base(robot)
 {
 }