示例#1
0
 public static function updateGame($round)
 {
     Ikts::evalRisk($round);
     Ikts::evalMain($round);
     Ikts::evalScore($round);
     Ikts::fillPlayer($round);
 }