예제 #1
0
 public void PressButton()
 {
     if (itemButton != null)
     {
         itemButton.BuyItem();
     }
 }