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

This is the business object that the developer can use to work with for the Player owned Currency.
Наследование: Currency
Показать файл Открыть проект

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

Метод Описание
PlayerCurrency ( int id, string name, int type, int currentBalance, int delta ) : System

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

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

public PlayerCurrency ( int id, string name, int type, int currentBalance, int delta ) : System
id int
name string
type int
currentBalance int
delta int
Результат System