Пример #1
0
 protected T GetStat <T>(StatType type) where T : Stat
 {
     return(stats.GetStat <T>(type));
 }