Esempio n. 1
0
 private Clan Origin()
 {
     return(Clan.FindFirst(n => n.FullName.ToString() == FullName));
 }