Ejemplo n.º 1
0
 public void Start()
 {
     CurrentPiece = CreateRandomBlock();
     NextPiece    = CreateRandomBlock();
     Stats.Start();
     ResetMatrix();
     State = new PlayingState();
     RefreshAsync();
 }
Ejemplo n.º 2
0
 public void Continue()
 {
     State = new PlayingState();
     Stats.Continue();
     RefreshAsync();
 }