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
Show file Open project: spilgames/spil_event_unity_plugin

Public Methods

Method Description
PlayerCurrency ( int id, string name, int type, int currentBalance, int delta ) : System

Method Details

PlayerCurrency() public method

public PlayerCurrency ( int id, string name, int type, int currentBalance, int delta ) : System
id int
name string
type int
currentBalance int
delta int
return System