C# Class SpilGames.Unity.Utils.UnityEditor.Responses.PackagesResponse

Inheritance: Response
ファイルを表示 Open project: spilgames/spil_event_unity_plugin

Public Properties

Property Type Description
GamePackagesData List
GamePromotionData List

Public Methods

Method Description
ProcessPackagesResponse ( ResponseEvent response ) : void
getPackage ( string packageId ) : string
getPromotion ( string packageId ) : string

Method Details

ProcessPackagesResponse() public static method

public static ProcessPackagesResponse ( ResponseEvent response ) : void
response ResponseEvent
return void

getPackage() public static method

public static getPackage ( string packageId ) : string
packageId string
return string

getPromotion() public static method

public static getPromotion ( string packageId ) : string
packageId string
return string

Property Details

GamePackagesData public_oe static_oe property

public static List GamePackagesData
return List

GamePromotionData public_oe static_oe property

public static List GamePromotionData
return List