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

Inheritance: Response
Datei anzeigen Open project: spilgames/spil_event_unity_plugin

Public Properties

Property Type Description
bundles List
currencies List
items List
promotions List
shop List

Public Methods

Method Description
GetGameObjects ( ) : string
ProcessGameObjectsResponse ( ResponseEvent response ) : void

Method Details

GetGameObjects() public method

public GetGameObjects ( ) : string
return string

ProcessGameObjectsResponse() public method

public ProcessGameObjectsResponse ( ResponseEvent response ) : void
response ResponseEvent
return void

Property Details

bundles public_oe property

public List bundles
return List

currencies public_oe property

public List currencies
return List

items public_oe property

public List items
return List

promotions public_oe property

public List promotions
return List

shop public_oe property

public List shop
return List