SkillState

Defines the state of the skill on start.

Implementation

public enum SkillState

Fields

Name

intValue

Description

Locked

0

A skill is locked at start

Unlocked

1

A skill is unlocked at start

Last updated