void playerWithDic()
 {
     LudoDelegate.diceClick(this.currentPlayer);
     LudoDelegate.playDiceSound();
     enable     = false;
     isRotation = true;
     StartCoroutine(stopRotation());
 }