Exemple #1
0
 public static Dictionary <string, int> getStats(ChampionRace a_race)
 {
     return(m_races[a_race.getName()].getBaseStats());
 }
Exemple #2
0
 public static Dictionary<string, int> getStats(ChampionRace a_race)
 {
     return m_races[a_race.getName()].getBaseStats();
 }
Exemple #3
0
 public override string ToString()
 {
     return(m_name + " " + m_race.getName() + " " + m_class.getName());
 }