コード例 #1
0
ファイル: GameController.php プロジェクト: shx13/php-wars
 public function start_game()
 {
     GameModel::start_new_game();
     Redirect::to('game/');
 }