# SkillHolder

Base class for selecting a skill from a selection (non-persistent references only, like in actions and conditions).&#x20;

### Implementation

```csharp
public class SkillHolder
```

### Fields

| Name                                                                                               | Description                                                |
| -------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| [skill](https://docs.mitschmr-studios.io/skills/skills/api-documentation/skillholder/fields/skill) | Holds the reference to the scriptable object of this skill |

### Methods

| Name                                                                                                        | Description                      |
| ----------------------------------------------------------------------------------------------------------- | -------------------------------- |
| [ToString()](https://docs.mitschmr-studios.io/skills/skills/api-documentation/skillholder/methods/tostring) | Prints out the name of the skill |
