public void SetObserver(BuyObserver theObserver) { observer = theObserver; }
public void SetObserver(BuyObserver theObserver, int theXpCost) { xpCost = theXpCost; SetObserver(theObserver); }