예제 #1
0
 function onStopGame()
 {
     if (!self::$played) {
         return false;
     }
     self::$played = false;
     self::showLobby(true);
 }