예제 #1
0
파일: Meele.cs 프로젝트: ltduy/hihuc
 public Meele(HiHucCore robot)
 {
     MyBot = robot;
 }
예제 #2
0
파일: Zoombie.cs 프로젝트: ltduy/hihuc
 public Zoombie(HiHucCore bot) : base(bot)
 {
 }
예제 #3
0
 public Solo(HiHucCore bot)
 {
     MyBot = bot;
 }
예제 #4
0
 public RamBot(HiHucCore bot)
 {
     this.MyBot = bot;
 }