C# Class SpilGames.Unity.Helpers.PackagesHelper

This is the business object that the developer can use to work with Packages and Promotions. Much easier to work with than the raw data!
Exibir arquivo Open project: spilgames/spil_event_unity_plugin

Public Properties

Property Type Description
Packages List

Public Methods

Method Description
GetPackageById ( string packageId ) : Package
PackagesHelper ( List packages ) : System

Method Details

GetPackageById() public method

public GetPackageById ( string packageId ) : Package
packageId string
return Package

PackagesHelper() public method

public PackagesHelper ( List packages ) : System
packages List
return System

Property Details

Packages public_oe property

public List Packages
return List