# SkillTreeSelection

Selection between Automatic and Manual use of the skill tree feature.&#x20;

### Implementation

```csharp
public enum SkillTreeSelection
```

### Fields

| Name      | intValue | Description                                 |
| --------- | -------- | ------------------------------------------- |
| Automatic | 0        | Uses the automatically generated skill tree |
| Manual    | 1        | Uses the manual skill tree                  |
