C# Class Reckoning.Game.Notifier.Talents

Inheritance: Notification
Mostrar archivo Open project: dylannorthrup/hexapidocs

Public Properties

Property Type Description
Champion string
Class EChampionClass
Picks List
Race ERace

Public Methods

Method Description
GetMessageName ( ) : string
Talents ( string user, string champion, ERace race, EChampionClass cl, List talents ) : System

Method Details

GetMessageName() public static method

public static GetMessageName ( ) : string
return string

Talents() public method

public Talents ( string user, string champion, ERace race, EChampionClass cl, List talents ) : System
user string
champion string
race ERace
cl EChampionClass
talents List
return System

Property Details

Champion public_oe property

public string Champion
return string

Class public_oe property

public EChampionClass Class
return EChampionClass

Picks public_oe property

public List Picks
return List

Race public_oe property

public ERace Race
return ERace