예제 #1
0
 public DefensiveBoost(ConfigTurret robot) : base(robot)
 {
 }
예제 #2
0
 public BoostBehavior(ConfigTurret robot)
 {
     this.Robot = robot;
 }
예제 #3
0
파일: SixMinuteAbs.cs 프로젝트: jo9182/daud
 public SixMinuteAbs(ConfigTurret robot) : base(robot)
 {
 }