Beispiel #1
0
 public void Add(Permanent permanent)
 {
     ControlledPermanents.Add(permanent);
 }
Beispiel #2
0
 public void AddPermanent(Permanent card)
 {
     Permanents.Add(card);
 }