コード例 #1
0
ファイル: Ikts.class.php プロジェクト: Aliga8or/IKTS
 public static function updateGame($round)
 {
     Ikts::evalRisk($round);
     Ikts::evalMain($round);
     Ikts::evalScore($round);
     Ikts::fillPlayer($round);
 }