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
heroNamestringName of the hero to find
Returns
- HeroController
HeroController if found, null otherwise