예제 #1
0
 public void SetObserver(BuyObserver theObserver)
 {
     observer = theObserver;
 }
예제 #2
0
 public void SetObserver(BuyObserver theObserver, int theXpCost)
 {
     xpCost = theXpCost;
     SetObserver(theObserver);
 }