Пример #1
0
 /// <summary>
 /// Gets the profile for a centre back.
 /// </summary>
 public PlayerProfile GetCentreBackProfile()
 {
     return(InMemoryData.GetCentreBackProfile());
 }