private void gameOver(SocketIOEvent obj) // 게임 오버
 {
     ingameM.GameFinish(obj.data);
 }