Table of Contents

Method FindHero

Namespace
GrindFest.GameMaster.Helpers
Assembly
GrindFest.dll

FindHero(string)

Finds a HeroController component by hero name.

public static HeroController FindHero(string heroName)

Parameters

heroName string

Name of the hero to find

Returns

HeroController

HeroController if found, null otherwise