diff --git a/osrs-toolbox/DataModels/Skills.cs b/osrs-toolbox/DataModels/Skills.cs new file mode 100644 index 0000000..ccdf63b --- /dev/null +++ b/osrs-toolbox/DataModels/Skills.cs @@ -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 + } +}