Table of Contents

Field StartingSkillTypeNames

Namespace
GrindFest
Assembly
GrindFest.dll

Skills this character owns from the start, by type name — "Fireball" or "Fireball:3". A prefab used to supply these by carrying the skill component; a plain class cannot be serialised into a prefab, so the prefab names its skills instead.

public string[] StartingSkillTypeNames

Returns

string[]
Skills this character owns from the start, by type name — "Fireball" or "Fireball:3". A prefab used to supply these by carrying the skill component; a plain class cannot be serialised into a prefab, so the prefab names its skills instead.