コード例 #1
0
 public bool IsDead(PlayerMobile pm)
 {
     return(Dead != null && Dead.ContainsKey(pm));
 }