Example #1
0
 /// <summary>
 /// Array of all races in the context.
 /// </summary>
 /// <returns>The array of race data.</returns>
 public RaceData[] GetAllRaces()
 {
     return(raceLibrary.GetAllRaces());
 }
Example #2
0
 /// <summary>
 /// Array of all races in the context.
 /// </summary>
 /// <returns>The array of race data.</returns>
 public override RaceData[] GetAllRaces()
 {
     return(raceLibrary.GetAllRaces());
 }