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