BuyWithRealMoney() 공개 메소드

public BuyWithRealMoney ( System.Action action ) : void
action System.Action
리턴 void
예제 #1
0
 public static void BuyWithRealMoney(VirtualGood virtualGood, Action action)
 {
     virtualGood.BuyWithRealMoney(action);
 }
예제 #2
0
 public static void BuyWithRealMoney(VirtualGood virtualGood, Action action)
 {
     virtualGood.BuyWithRealMoney(action);
 }