Table of Contents

Method Get

Namespace
GrindFest
Assembly
GrindFest.dll

Get(Type)

The prototype for a skill type, or null when the type is not a skill.

public static Skill Get(Type skillType)

Parameters

skillType Type

Returns

Skill

Get<T>()

public static T Get<T>() where T : Skill

Returns

T

Type Parameters

T

Get(string)

The prototype for a skill referenced by type name, full type name, or an old prefab/asset address.

public static Skill Get(string reference)

Parameters

reference string

Returns

Skill