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!
Afficher le fichier Open project: spilgames/spil_event_unity_plugin

Méthodes publiques

Свойство Type Description
Packages List

Méthodes publiques

Méthode Description
GetPackageById ( string packageId ) : Package
PackagesHelper ( List packages ) : System

Method Details

GetPackageById() public méthode

public GetPackageById ( string packageId ) : Package
packageId string
Résultat Package

PackagesHelper() public méthode

public PackagesHelper ( List packages ) : System
packages List
Résultat System

Property Details

Packages public_oe property

public List Packages
Résultat List