Beispiel #1
0
 static public T GetStat <T>(this RPGStatCollection collection, RPGStatType statType) where T : RPGStat
 {
     return(collection.GetStat <T>((int)statType));
 }
Beispiel #2
0
 static public RPGStat GetStat(this RPGStatCollection collection, RPGStatType statType)
 {
     return(collection.GetStat((int)statType));
 }