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

Inheritance: Response
Show file 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 property

public List bundles
return List

currencies public property

public List currencies
return List

items public property

public List items
return List

promotions public property

public List promotions
return List

shop public property

public List shop
return List