C# Class Xsolla.RequestGoods

Inheritance: BaseWWWRequest
Datei anzeigen Open project: xsolla/xsolla-unity-sdk

Public Methods

Method Description
RequestGoods ( int type ) : System.Collections

Protected Methods

Method Description
GetMethod ( ) : string
ParseResult ( JSONNode rootNode ) : object[]

Method Details

GetMethod() protected method

protected GetMethod ( ) : string
return string

ParseResult() protected method

protected ParseResult ( JSONNode rootNode ) : object[]
rootNode SimpleJSON.JSONNode
return object[]

RequestGoods() public method

public RequestGoods ( int type ) : System.Collections
type int
return System.Collections