C# Class SpilGames.Unity.Helpers.Wallet

This is the business object that the developer can use to work with the Wallet.
Afficher le fichier Open project: spilgames/spil_event_unity_plugin Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
Add ( int currencyId, int amount, string reason ) : void
Subtract ( int currencyId, int amount, string reason ) : void
Wallet ( List currencyData ) : System

Method Details

Add() public méthode

public Add ( int currencyId, int amount, string reason ) : void
currencyId int
amount int
reason string
Résultat void

Subtract() public méthode

public Subtract ( int currencyId, int amount, string reason ) : void
currencyId int
amount int
reason string
Résultat void

Wallet() public méthode

public Wallet ( List currencyData ) : System
currencyData List
Résultat System

Property Details

currencies public_oe property

public List currencies
Résultat List