Table of Contents

Method CreateHero

Namespace
GrindFest.BotApi
Assembly
GrindFest.dll

CreateHero(string, string)

Creates a new hero

public HeroController CreateHero(string heroName, string heroClass)

Parameters

heroName string

Name of the hero

heroClass string

Hero class

Returns

HeroController