Package com.csse3200.game.progression.skilltree
package com.csse3200.game.progression.skilltree
-
ClassDescriptionRepresents a skill in the game's skill tree Each skill has a name, a type of stat it affects, a percentage bonus, a cost and is either un/locked.Enumeration of all possible stats that a skill can modify.The SkillSet class manages all available skills in the game and tracks which skills have been unlocked by a player.