예제 #1
0
 public void lossPieceReparation()
 {
     if (pieceReparation)
     {
         pieceReparation = false;
         UpdaterUI.PieceReparationUI(false);
         playerSounds.PlayOneShotLossPiece();
     }
 }