Added list of skills.
This commit is contained in:
30
osrs-toolbox/DataModels/Skills.cs
Normal file
30
osrs-toolbox/DataModels/Skills.cs
Normal 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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user