コード例 #1
0
ファイル: class.bot.php プロジェクト: joancefet/Beta7
 public static function playBot($Bot)
 {
     $bot = new self($Bot);
     $bot->Play();
 }