Esempio n. 1
0
 public void AddSoul(Soul soul)
 {
     soul.RegisterPlayer(this);
     portfolio.Add(soul);
 }