예제 #1
0
 /// <summary>
 ///     Constructor for default CoolFish bot. Assigns the passed Engine object.
 /// </summary>
 public CoolFishBot()
 {
     _theEngine = new CoolFishEngine();
 }