Exemplo n.º 1
0
 public void SetObserver(BuyObserver theObserver)
 {
     observer = theObserver;
 }
Exemplo n.º 2
0
 public void SetObserver(BuyObserver theObserver, int theXpCost)
 {
     xpCost = theXpCost;
     SetObserver(theObserver);
 }