> For the complete documentation index, see [llms.txt](https://docs.mitschmr-studios.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mitschmr-studios.io/skills/skills/api-documentation/skilltype.md).

# SkillType

Used for defining types of skills.&#x20;

### Implementation

```csharp
public class SkillType
```

### Fields

| Name                                                              | Description                                |
| ----------------------------------------------------------------- | ------------------------------------------ |
| [MAX](/skills/skills/api-documentation/skilltype/fields/max.md)   | Defines the maximum amounts of skill types |
| [id](/skills/skills/api-documentation/skilltype/fields/id.md)     | ID of the skill type                       |
| [name](/skills/skills/api-documentation/skilltype/fields/name.md) | Name of the skill type                     |
