コード例 #1
0
 public Boss GetBoss(int bossId)
 {
     return(Bosses.First(b => b.Id == bossId));
 }