예제 #1
0
 void Start()
 {
     whichMove = whichMoveType.player;
     ChangeSelectTypeShop();
     buttonToBuyUp.text = "text";
     score.text         = User.Instance.overallScore.ToString() + " pts";
 }
예제 #2
0
 public void DragButtonColor()
 {
     whichMove = whichMoveType.color;
 }
예제 #3
0
 public void DragButtonPlayer()
 {
     whichMove = whichMoveType.player;
 }