Added list of skills.

This commit is contained in:
2025-05-22 12:03:05 -04:00
parent 1fe4df4b7b
commit d00b7bef3e

View File

@@ -0,0 +1,30 @@
namespace osrs_toolbox
{
public enum Skills
{
overall,
attack,
defence,
strength,
hitpoints,
ranged,
prayer,
magic,
cooking,
woodcutting,
fletching,
fishing,
firemaking,
crafting,
smithing,
mining,
herblore,
agility,
thieving,
slayer,
farming,
runecrafting,
hunter,
construction
}
}