Esempio n. 1
0
 public bool IsInfectedSame(Player other)
 {
     return(m_diseases.IsInfectedSame(other.m_diseases));
 }