Ejemplo n.º 1
0
 public void TakeCorpse(Corpse corpse)
 {
     corpse.BeTaken(this.m_cannibal);
     m_corpse = corpse;
 }