public void Reset() { if (activity == null) { activity = new PlayActivity(this); } piles.CreateRandomPile(); }