C# Класс SpilGames.Unity.Helpers.Wallet

This is the business object that the developer can use to work with the Wallet.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
currencies List

Открытые методы

Метод Описание
Add ( int currencyId, int amount, string reason ) : void
Subtract ( int currencyId, int amount, string reason ) : void
Wallet ( List currencyData ) : System

Описание методов

Add() публичный Метод

public Add ( int currencyId, int amount, string reason ) : void
currencyId int
amount int
reason string
Результат void

Subtract() публичный Метод

public Subtract ( int currencyId, int amount, string reason ) : void
currencyId int
amount int
reason string
Результат void

Wallet() публичный Метод

public Wallet ( List currencyData ) : System
currencyData List
Результат System

Описание свойств

currencies публичное свойство

public List currencies
Результат List