C# 클래스 SpilGames.Unity.Helpers.PlayerCurrency

This is the business object that the developer can use to work with for the Player owned Currency.
상속: Currency
파일 보기 프로젝트 열기: spilgames/spil_event_unity_plugin

공개 메소드들

메소드 설명
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