C# Class SpilGames.Unity.Helpers.PlayerCurrency

This is the business object that the developer can use to work with for the Player owned Currency.
Inheritance: Currency
Afficher le fichier Open project: spilgames/spil_event_unity_plugin

Méthodes publiques

Méthode Description
PlayerCurrency ( int id, string name, int type, int currentBalance, int delta ) : System

Method Details

PlayerCurrency() public méthode

public PlayerCurrency ( int id, string name, int type, int currentBalance, int delta ) : System
id int
name string
type int
currentBalance int
delta int
Résultat System