예제 #1
0
파일: Cron.php 프로젝트: vincium/lot
 public function playerBefore()
 {
     $update = \Own\Bus\Player\Data::updateConfidenceBatch();
     $this->log('player (confidence): ' . $update);
     $update = \Own\Bus\Player\Data::updateMentalBatch();
     $this->log('player (mental): ' . $update);
     $update = \Own\Bus\Player\Data::updateGameplayBatch();
     $this->log('player (gameplay): ' . $update);
 }