예제 #1
0
 public unsafe static long $Invoke2(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(BuyResourceRequest.MakeBuyResourceRequest((CurrencyType)(*(int *)args), *(int *)(args + 1))));
 }
예제 #2
0
 public BuyResourceCommand(BuyResourceRequest request) : base("player.store.buy", request, new DefaultResponse())
 {
 }
예제 #3
0
 public unsafe static long $Invoke1(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(BuyResourceRequest.MakeBuyProtectionRequest(*(int *)args)));
 }