Beispiel #1
0
 public Meele(HiHucCore robot)
 {
     MyBot = robot;
 }
Beispiel #2
0
 public Zoombie(HiHucCore bot) : base(bot)
 {
 }
Beispiel #3
0
 public Solo(HiHucCore bot)
 {
     MyBot = bot;
 }
Beispiel #4
0
 public RamBot(HiHucCore bot)
 {
     this.MyBot = bot;
 }