# SerialSkill

Contains the definitions for the skills list and types.&#x20;

### Implementation

```csharp
public class SerialSkill
```

### Fields

| Name                 | Description                                                  |
| -------------------- | ------------------------------------------------------------ |
| skillUniqueID        | Unique id of the skill                                       |
| skillUnlocked        | Boolean value indicating if the skill is unlocked or not     |
| addedToSkillBar      | Boolean value indicating if the skill is added to a skillbar |
| addedToSkillBarIndex | Index of the skill bar element the skill was added to        |
