Ejemplo n.º 1
0
 /**
  * Shows the skill tree for the player. If the player has multiple trees, this will show the list
  * of skill trees they can view.
  */
 public void showSkills() {
   showSkills(getPlayer());
 }