C# Class SpilGames.Unity.Helpers.Currency

This is the business object that the developer can use to work with a Currency.
Show file Open project: spilgames/spil_event_unity_plugin

Public Properties

Property Type Description
_Type int

Public Methods

Method Description
Currency ( int id, string name, int type ) : System

Method Details

Currency() public method

public Currency ( int id, string name, int type ) : System
id int
name string
type int
return System

Property Details

_Type public property

public int _Type
return int