Exemplo n.º 1
0
 void DropPillow(Pillow p)
 {
     p.Drop();
     heldPillows.RemoveAt(0);
 }