Table of Contents

Method GetSkillByType

Namespace
GrindFest
Assembly
GrindFest.dll

GetSkillByType(Type)

The shared prototype ("definition") of a skill type. Skills are plain classes now, so the type is the identity: no prefab to look up and no content definition to carry the data.

public Skill GetSkillByType(Type skillType)

Parameters

skillType Type

Returns

Skill