Example #1
0
 public static function playBot($Bot)
 {
     $bot = new self($Bot);
     $bot->Play();
 }